#include <DynamicSparseMatrix.h>
Public Types | |
| enum | { RowsAtCompileTime = Dynamic, ColsAtCompileTime = Dynamic, MaxRowsAtCompileTime = Dynamic, MaxColsAtCompileTime = Dynamic, Flags = _Options | NestByRefBit | LvalueBit, CoeffReadCost = NumTraits<Scalar>::ReadCost, SupportedAccessPatterns = OuterRandomAccessPattern } |
| typedef _Scalar | Scalar |
| typedef _StorageIndex | StorageIndex |
| typedef Sparse | StorageKind |
| typedef MatrixXpr | XprKind |
Definition at line 37 of file DynamicSparseMatrix.h.
| typedef _Scalar Eigen::internal::traits< DynamicSparseMatrix< _Scalar, _Options, _StorageIndex > >::Scalar |
Definition at line 39 of file DynamicSparseMatrix.h.
| typedef _StorageIndex Eigen::internal::traits< DynamicSparseMatrix< _Scalar, _Options, _StorageIndex > >::StorageIndex |
Definition at line 40 of file DynamicSparseMatrix.h.
| typedef Sparse Eigen::internal::traits< DynamicSparseMatrix< _Scalar, _Options, _StorageIndex > >::StorageKind |
Definition at line 41 of file DynamicSparseMatrix.h.
| typedef MatrixXpr Eigen::internal::traits< DynamicSparseMatrix< _Scalar, _Options, _StorageIndex > >::XprKind |
Definition at line 42 of file DynamicSparseMatrix.h.
| anonymous enum |
| Enumerator | |
|---|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| Flags | |
| CoeffReadCost | |
| SupportedAccessPatterns | |
Definition at line 43 of file DynamicSparseMatrix.h.