#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::ReverseInnerIterator | |
Index | col () const |
StorageIndex | index () const |
operator bool () const | |
ReverseInnerIterator | operator- (Index i) |
ReverseInnerIterator & | operator-- () |
ReverseInnerIterator & | operator-= (Index i) |
Index | outer () const |
ReverseInnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data) | |
ReverseInnerIterator (const SparseCompressedBase &mat) | |
ReverseInnerIterator (const SparseCompressedBase &mat, Index outer) | |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_outer |
Protected Attributes inherited from Eigen::SparseCompressedBase::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::ReverseInnerIterator | |
typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > | OuterType |
Definition at line 355 of file DynamicSparseMatrix.h.
|
private |
Definition at line 357 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 359 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 364 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 365 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 363 of file DynamicSparseMatrix.h.
|
protected |
Definition at line 368 of file DynamicSparseMatrix.h.