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 Eigen::internal::traits< Homogeneous< MatrixType, Direction > >::_MatrixTypeNested |
| typedef nested<MatrixType>::type Eigen::internal::traits< Homogeneous< MatrixType, Direction > >::MatrixTypeNested |
| typedef traits<MatrixType>::StorageKind Eigen::internal::traits< Homogeneous< MatrixType, Direction > >::StorageKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |