Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::plain_matrix_type_column_major< T > Struct Template Reference

Public Types

enum  { Rows = traits<T>::RowsAtCompileTime, Cols = traits<T>::ColsAtCompileTime, MaxRows = traits<T>::MaxRowsAtCompileTime, MaxCols = traits<T>::MaxColsAtCompileTime }
 
typedef Matrix< typename traits< T >::Scalar, Rows, Cols,(MaxRows==1 &&MaxCols!=1)?RowMajor:ColMajor, MaxRows, MaxCols > type
 

Detailed Description

template<typename T>
struct Eigen::internal::plain_matrix_type_column_major< T >

Definition at line 235 of file XprHelper.h.


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