#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Public Member Functions inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::InnerIterator | |
Index | col () const |
Index | index () const |
InnerIterator (const SparseVector &vec, Index outer=0) | |
InnerIterator (const internal::CompressedStorage< Scalar, Index > &data) | |
operator bool () const | |
InnerIterator & | operator++ () |
Index | row () const |
Scalar | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_outer |
Protected Attributes inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::InnerIterator | |
const internal::CompressedStorage< Scalar, Index > & | m_data |
const Index | m_end |
Index | m_id |
Private Types | |
typedef SparseVector< Scalar, _Options, _Index >::InnerIterator | Base |
Definition at line 324 of file DynamicSparseMatrix.h.
|
private |
Definition at line 326 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 328 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 333 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 332 of file DynamicSparseMatrix.h.
|
protected |
Definition at line 336 of file DynamicSparseMatrix.h.