Public Types | |
| enum | { RowsAtCompileTime = MatrixType::ColsAtCompileTime, ColsAtCompileTime = MatrixType::RowsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxColsAtCompileTime, MaxColsAtCompileTime = MatrixType::MaxRowsAtCompileTime, FlagsLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit), Flags1 = Flags0 | FlagsLvalueBit, Flags = Flags1 ^ RowMajorBit, CoeffReadCost = MatrixTypeNestedPlain::CoeffReadCost, InnerStrideAtCompileTime = inner_stride_at_compile_time<MatrixType>::ret, OuterStrideAtCompileTime = outer_stride_at_compile_time<MatrixType>::ret } |
| typedef MatrixType::Scalar | Scalar |
| typedef nested< MatrixType >::type | MatrixTypeNested |
| typedef remove_reference < MatrixTypeNested >::type | MatrixTypeNestedPlain |
| typedef traits< MatrixType > ::StorageKind | StorageKind |
| typedef traits< MatrixType > ::XprKind | XprKind |
| typedef nested<MatrixType>::type Eigen::internal::traits< Transpose< MatrixType > >::MatrixTypeNested |
| typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< Transpose< MatrixType > >::MatrixTypeNestedPlain |
| typedef traits<MatrixType>::StorageKind Eigen::internal::traits< Transpose< MatrixType > >::StorageKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |