Public Types | |
| enum | { AbsDiagIndex = DiagIndex<0 ? -DiagIndex : DiagIndex, RowsAtCompileTime, ColsAtCompileTime = 1, MaxRowsAtCompileTime, MaxColsAtCompileTime = 1, MaskLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit, CoeffReadCost = _MatrixTypeNested::CoeffReadCost, MatrixTypeOuterStride = outer_stride_at_compile_time<MatrixType>::ret, InnerStrideAtCompileTime = MatrixTypeOuterStride == Dynamic ? Dynamic : MatrixTypeOuterStride+1, OuterStrideAtCompileTime = 0 } |
| typedef nested< MatrixType >::type | MatrixTypeNested |
| typedef remove_reference < MatrixTypeNested >::type | _MatrixTypeNested |
| typedef MatrixType::StorageKind | StorageKind |
| typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< Diagonal< MatrixType, DiagIndex > >::_MatrixTypeNested |
| typedef nested<MatrixType>::type Eigen::internal::traits< Diagonal< MatrixType, DiagIndex > >::MatrixTypeNested |
| typedef MatrixType::StorageKind Eigen::internal::traits< Diagonal< MatrixType, DiagIndex > >::StorageKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |