Public Types | |
| enum | { IsRowMajor = (int(MatrixType::Flags)&RowMajorBit)==RowMajorBit, Flags = MatrixType::Flags, RowsAtCompileTime = IsRowMajor ? Size : MatrixType::RowsAtCompileTime, ColsAtCompileTime = IsRowMajor ? MatrixType::ColsAtCompileTime : Size, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, CoeffReadCost = MatrixType::CoeffReadCost } |
| typedef traits< MatrixType > ::Scalar | Scalar |
| typedef traits< MatrixType >::Index | Index |
| typedef traits< MatrixType > ::StorageKind | StorageKind |
| typedef MatrixXpr | XprKind |
| typedef traits<MatrixType>::Index Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Index |
| typedef traits<MatrixType>::Scalar Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Scalar |
| typedef traits<MatrixType>::StorageKind Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::StorageKind |
| typedef MatrixXpr Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::XprKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |