#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | outer () const |
ReverseInnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
Index | col () const |
StorageIndex | index () const |
operator bool () const | |
ReverseInnerIterator & | operator-- () |
Index | outer () const |
ReverseInnerIterator (const SparseCompressedBase &mat, Index outer) | |
ReverseInnerIterator (const SparseCompressedBase &mat) | |
ReverseInnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data) | |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_outer |
Protected Attributes inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
Index | m_id |
const StorageIndex * | m_indices |
const OuterType | m_outer |
Index | m_start |
const Scalar * | m_values |
Private Types | |
typedef SparseVector< Scalar, _Options, _StorageIndex >::ReverseInnerIterator | Base |
Additional Inherited Members | |
Protected Types inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator | |
typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > | OuterType |
Definition at line 343 of file DynamicSparseMatrix.h.
|
private |
Definition at line 345 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 347 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 352 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 353 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 351 of file DynamicSparseMatrix.h.
|
protected |
Definition at line 356 of file DynamicSparseMatrix.h.