#include <SubMatrix.hpp>
Public Types | |
enum | { RowsAtCompileTime, ColsAtCompileTime, MaxRowsAtCompileTime, MaxColsAtCompileTime, Flags, CoeffReadCost = _MatrixTypeNested::CoeffReadCost } |
typedef nested< MatrixType >::type | MatrixTypeNested |
typedef remove_reference < MatrixTypeNested >::type | _MatrixTypeNested |
typedef MatrixType::StorageKind | StorageKind |
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::_MatrixTypeNested |
typedef nested<MatrixType>::type Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::MatrixTypeNested |
typedef MatrixType::StorageKind Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::StorageKind |