|
TR-mbed 1.0
|
#include <DynamicSparseMatrix.h>
Public Member Functions | |
| ReverseInnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
| Index | row () const |
| Index | col () const |
| Index | outer () const |
Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
| ReverseInnerIterator (const SparseCompressedBase &mat, Index outer) | |
| ReverseInnerIterator (const SparseCompressedBase &mat) | |
| ReverseInnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data) | |
| ReverseInnerIterator & | operator-- () |
| ReverseInnerIterator & | operator-= (Index i) |
| ReverseInnerIterator | operator- (Index i) |
| const Scalar & | value () const |
| Scalar & | valueRef () |
| StorageIndex | index () const |
| Index | outer () const |
| Index | row () const |
| Index | col () const |
| operator bool () const | |
Protected Attributes | |
| const Index | m_outer |
Protected Attributes inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
| const Scalar * | m_values |
| const StorageIndex * | m_indices |
| const OuterType | m_outer |
| Index | m_start |
| Index | m_id |
Additional Inherited Members | |
Protected Types inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
| typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > | OuterType |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |