#include <SparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerIterator (const SparseMatrix &mat, Index outer) | |
operator bool () const | |
InnerIterator & | operator++ () |
Index | outer () const |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_end |
Index | m_id |
const Index * | m_indices |
const Index | m_outer |
const Scalar * | m_values |
Definition at line 624 of file SparseMatrix.h.
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const SparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 627 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col | ( | ) | const [inline] |
Reimplemented in SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 639 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 636 of file SparseMatrix.h.
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 641 of file SparseMatrix.h.
InnerIterator& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 631 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::outer | ( | ) | const [inline] |
Definition at line 637 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row | ( | ) | const [inline] |
Reimplemented in SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 638 of file SparseMatrix.h.
const Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 633 of file SparseMatrix.h.
Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 634 of file SparseMatrix.h.
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end [protected] |
Definition at line 648 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected] |
Definition at line 647 of file SparseMatrix.h.
const Index* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected] |
Definition at line 645 of file SparseMatrix.h.
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected] |
Reimplemented in SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 646 of file SparseMatrix.h.
const Scalar* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values [protected] |
Definition at line 644 of file SparseMatrix.h.