#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 | |
Index | m_end |
Index | m_id |
const Index * | m_indices |
const Index | m_outer |
const Scalar * | m_values |
Definition at line 951 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const SparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 954 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col | ( | ) | const [inline] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 971 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 968 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 973 of file SparseMatrix.h.
InnerIterator& Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 963 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::outer | ( | ) | const [inline] |
Definition at line 969 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row | ( | ) | const [inline] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 970 of file SparseMatrix.h.
const Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 965 of file SparseMatrix.h.
Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 966 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end [protected] |
Definition at line 980 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected] |
Definition at line 979 of file SparseMatrix.h.
const Index* Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected] |
Definition at line 977 of file SparseMatrix.h.
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::InnerIterator.
Definition at line 978 of file SparseMatrix.h.
const Scalar* Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values [protected] |
Definition at line 976 of file SparseMatrix.h.