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

Public Types

typedef internal::nested< Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type< Lhs >::type >::type LhsNested
 
typedef internal::nested< Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type< Rhs >::type >::type RhsNested
 
typedef CoeffBasedProduct< LhsNested, RhsNested, EvalBeforeAssigningBit|EvalBeforeNestingBit > Type
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >

Definition at line 159 of file GeneralProduct.h.


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