#include <Homogeneous.h>
Public Types | |
| enum | { RowsPlusOne, ColsPlusOne, RowsAtCompileTime = Direction==Vertical ? RowsPlusOne : MatrixType::RowsAtCompileTime, ColsAtCompileTime = Direction==Horizontal ? ColsPlusOne : MatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, TmpFlags = _MatrixTypeNested::Flags & HereditaryBits, Flags, CoeffReadCost = _MatrixTypeNested::CoeffReadCost } |
| typedef traits< MatrixType > ::StorageKind | StorageKind |
| typedef nested< MatrixType >::type | MatrixTypeNested |
| typedef remove_reference < MatrixTypeNested >::type | _MatrixTypeNested |
| typedef remove_reference<MatrixTypeNested>::type internal::traits< Homogeneous< MatrixType, Direction > >::_MatrixTypeNested |
| typedef nested<MatrixType>::type internal::traits< Homogeneous< MatrixType, Direction > >::MatrixTypeNested |
| typedef traits<MatrixType>::StorageKind internal::traits< Homogeneous< MatrixType, Direction > >::StorageKind |
| anonymous enum |
1.7.1