Public Types | List of all members
Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > > Struct Template Reference

#include <SparseDenseProduct.h>

Public Types

enum  {
  LhsCoeffReadCost = traits<_LhsNested>::CoeffReadCost, RhsCoeffReadCost = traits<_RhsNested>::CoeffReadCost, RowsAtCompileTime = Tr ? int(traits<Rhs>::RowsAtCompileTime) : int(traits<Lhs>::RowsAtCompileTime), ColsAtCompileTime = Tr ? int(traits<Lhs>::ColsAtCompileTime) : int(traits<Rhs>::ColsAtCompileTime),
  MaxRowsAtCompileTime = Tr ? int(traits<Rhs>::MaxRowsAtCompileTime) : int(traits<Lhs>::MaxRowsAtCompileTime), MaxColsAtCompileTime = Tr ? int(traits<Lhs>::MaxColsAtCompileTime) : int(traits<Rhs>::MaxColsAtCompileTime), Flags = Tr ? RowMajorBit : 0, CoeffReadCost = LhsCoeffReadCost + RhsCoeffReadCost + NumTraits<Scalar>::MulCost
}
 
typedef remove_all< LhsNested >::type _LhsNested
 
typedef remove_all< RhsNested >::type _RhsNested
 
typedef Lhs::Index Index
 
typedef Lhs::Nested LhsNested
 
typedef Rhs::Nested RhsNested
 
typedef scalar_product_traits< typename traits< Lhs >::Scalar, typename traits< Rhs >::Scalar >::ReturnType Scalar
 
typedef Sparse StorageKind
 

Detailed Description

template<typename Lhs, typename Rhs, bool Tr>
struct Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >

Definition at line 38 of file SparseDenseProduct.h.

Member Typedef Documentation

template<typename Lhs , typename Rhs , bool Tr>
typedef remove_all<LhsNested>::type Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::_LhsNested

Definition at line 46 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef remove_all<RhsNested>::type Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::_RhsNested

Definition at line 47 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef Lhs::Index Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::Index

Definition at line 43 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef Lhs::Nested Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::LhsNested

Definition at line 44 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef Rhs::Nested Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::RhsNested

Definition at line 45 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef scalar_product_traits<typename traits<Lhs>::Scalar, typename traits<Rhs>::Scalar>::ReturnType Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::Scalar

Definition at line 42 of file SparseDenseProduct.h.

template<typename Lhs , typename Rhs , bool Tr>
typedef Sparse Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > >::StorageKind

Definition at line 40 of file SparseDenseProduct.h.

Member Enumeration Documentation

template<typename Lhs , typename Rhs , bool Tr>
anonymous enum
Enumerator
LhsCoeffReadCost 
RhsCoeffReadCost 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

Definition at line 49 of file SparseDenseProduct.h.


The documentation for this struct was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20