Definition at line 40 of file SparseVector.h.
#include <src/Sparse/SparseVector.h>
Public Types | |
| enum | { IsColVector = _Options & RowMajorBit ? 0 : 1, RowsAtCompileTime = IsColVector ? Dynamic : 1, ColsAtCompileTime = IsColVector ? 1 : Dynamic, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, Flags = _Options | NestByRefBit | LvalueBit, CoeffReadCost = NumTraits<Scalar>::ReadCost, SupportedAccessPatterns = InnerRandomAccessPattern } |
| typedef _Scalar | Scalar |
| typedef _Index | Index |
| typedef Sparse | StorageKind |
| typedef MatrixXpr | XprKind |
| typedef _Index internal::traits< SparseVector< _Scalar, _Options, _Index > >::Index |
Definition at line 43 of file SparseVector.h.
| typedef _Scalar internal::traits< SparseVector< _Scalar, _Options, _Index > >::Scalar |
Definition at line 42 of file SparseVector.h.
| typedef Sparse internal::traits< SparseVector< _Scalar, _Options, _Index > >::StorageKind |
Definition at line 44 of file SparseVector.h.
| typedef MatrixXpr internal::traits< SparseVector< _Scalar, _Options, _Index > >::XprKind |
Definition at line 45 of file SparseVector.h.
| anonymous enum |
| IsColVector | |
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| Flags | |
| CoeffReadCost | |
| SupportedAccessPatterns |
Definition at line 46 of file SparseVector.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |