Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< ProductBase< Derived, _Lhs, _Rhs > > Struct Template Reference

Public Types

enum  {
  RowsAtCompileTime = traits<Lhs>::RowsAtCompileTime, ColsAtCompileTime = traits<Rhs>::ColsAtCompileTime, MaxRowsAtCompileTime = traits<Lhs>::MaxRowsAtCompileTime, MaxColsAtCompileTime = traits<Rhs>::MaxColsAtCompileTime,
  Flags, CoeffReadCost = 0
}
 
typedef MatrixXpr XprKind
 
typedef remove_all< _Lhs >::type Lhs
 
typedef remove_all< _Rhs >::type Rhs
 
typedef scalar_product_traits< typename Lhs::Scalar, typename Rhs::Scalar >::ReturnType Scalar
 
typedef promote_storage_type< typename traits< Lhs >::StorageKind, typename traits< Rhs >::StorageKind >::ret StorageKind
 
typedef promote_index_type< typename traits< Lhs >::Index, typename traits< Rhs >::Index >::type Index
 

Detailed Description

template<typename Derived, typename _Lhs, typename _Rhs>
struct Eigen::internal::traits< ProductBase< Derived, _Lhs, _Rhs > >

Definition at line 22 of file ProductBase.h.


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