Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< SparseDenseOuterProduct< Lhs, Rhs, Tr > > Struct Template Reference

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 Sparse StorageKind
 
typedef scalar_product_traits< typename traits< Lhs >::Scalar, typename traits< Rhs >::Scalar >::ReturnType Scalar
 
typedef Lhs::Index Index
 
typedef Lhs::Nested LhsNested
 
typedef Rhs::Nested RhsNested
 
typedef remove_all< LhsNested >::type _LhsNested
 
typedef remove_all< RhsNested >::type _RhsNested
 

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.


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