Definition at line 30 of file SparseBlock.h.
#include <src/Sparse/SparseBlock.h>
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 internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Index |
Definition at line 33 of file SparseBlock.h.
| typedef traits<MatrixType>::Scalar internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Scalar |
Definition at line 32 of file SparseBlock.h.
| typedef traits<MatrixType>::StorageKind internal::traits< SparseInnerVectorSet< MatrixType, Size > >::StorageKind |
Definition at line 34 of file SparseBlock.h.
| typedef MatrixXpr internal::traits< SparseInnerVectorSet< MatrixType, Size > >::XprKind |
Definition at line 35 of file SparseBlock.h.
| anonymous enum |
| IsRowMajor | |
| Flags | |
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| CoeffReadCost |
Definition at line 36 of file SparseBlock.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |