#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
ReverseInnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Public Member Functions inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator | |
Index | col () const |
Index | index () const |
operator bool () const | |
ReverseInnerIterator & | operator-- () |
ReverseInnerIterator (const SparseVector &vec, Index outer=0) | |
ReverseInnerIterator (const internal::CompressedStorage< Scalar, Index > &data) | |
Index | row () const |
Scalar | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_outer |
Protected Attributes inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator | |
const internal::CompressedStorage< Scalar, Index > & | m_data |
Index | m_id |
const Index | m_start |
Private Types | |
typedef SparseVector< Scalar, _Options, _Index >::ReverseInnerIterator | Base |
Definition at line 340 of file DynamicSparseMatrix.h.
|
private |
Definition at line 342 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 344 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 349 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 348 of file DynamicSparseMatrix.h.
|
protected |
Definition at line 352 of file DynamicSparseMatrix.h.