Template Struct plain_matrix_type_row_major

Struct Documentation

template<typename T>
struct plain_matrix_type_row_major

Public Types

Values:

enumerator Rows
enumerator Cols
enumerator MaxRows
enumerator MaxCols
::Eigen::Matrix< typename ::Eigen::internal::traits< T >::Scalar, Rows, Cols,(MaxCols==1 &&MaxRows!=1) ? ::Eigen::ColMajor :::Eigen::RowMajor, MaxRows, MaxCols > type