|
TR-mbed 1.0
|
#include <DynamicSparseMatrix.h>
Public Member Functions | |
| InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
| Index | row () const |
| Index | col () const |
| Index | outer () const |
Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator | |
| InnerIterator () | |
| InnerIterator (const InnerIterator &other) | |
| InnerIterator & | operator= (const InnerIterator &other) |
| InnerIterator (const SparseCompressedBase &mat, Index outer) | |
| InnerIterator (const SparseCompressedBase &mat) | |
| InnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data) | |
| InnerIterator & | operator++ () |
| InnerIterator & | operator+= (Index i) |
| InnerIterator | 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 >::InnerIterator | |
| const Scalar * | m_values |
| const StorageIndex * | m_indices |
| const OuterType | m_outer |
| Index | m_id |
| Index | m_end |
Additional Inherited Members | |
Protected Types inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator | |
| typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > | OuterType |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |