Definition at line 617 of file SparseMatrix.h.
#include <src/Sparse/SparseMatrix.h>
Public Member Functions | |
InnerIterator (const SparseMatrix &mat, Index outer) | |
InnerIterator & | operator++ () |
const Scalar & | value () const |
Scalar & | valueRef () |
Index | index () const |
Index | outer () const |
Index | row () const |
Index | col () const |
operator bool () const | |
Protected Attributes | |
const Scalar * | m_values |
const Index * | m_indices |
const Index | m_outer |
Index | m_id |
const Index | m_end |
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const SparseMatrix & | mat, | |
Index | outer | |||
) | [inline] |
Definition at line 620 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 632 of file SparseMatrix.h.
References SparseMatrixBase< SparseMatrix< _Scalar, _Options, _Index > >::IsRowMajor.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 629 of file SparseMatrix.h.
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool | ( | void | ) | const [inline] |
Definition at line 634 of file SparseMatrix.h.
InnerIterator& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 624 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::outer | ( | ) | const [inline] |
Definition at line 630 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 631 of file SparseMatrix.h.
References SparseMatrixBase< SparseMatrix< _Scalar, _Options, _Index > >::IsRowMajor.
const Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value | ( | void | ) | const [inline] |
Definition at line 626 of file SparseMatrix.h.
Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 627 of file SparseMatrix.h.
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end [protected] |
Definition at line 641 of file SparseMatrix.h.
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected] |
Definition at line 640 of file SparseMatrix.h.
const Index* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected] |
Definition at line 638 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 639 of file SparseMatrix.h.
const Scalar* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values [protected] |
Definition at line 637 of file SparseMatrix.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |