Public Types | |
| enum | { RowsAtCompileTime, ColsAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, IsRowMajor, Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0), CoeffReadCost = _MatrixTypeNested::CoeffReadCost } |
| typedef MatrixType::Scalar | Scalar |
| typedef traits< MatrixType > ::StorageKind | StorageKind |
| typedef traits< MatrixType > ::XprKind | XprKind |
| typedef nested< MatrixType >::type | MatrixTypeNested |
| typedef remove_reference < MatrixTypeNested >::type | _MatrixTypeNested |
| typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::_MatrixTypeNested |
| typedef nested<MatrixType>::type Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::MatrixTypeNested |
| typedef traits<MatrixType>::StorageKind Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::StorageKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |