#include <SparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
operator bool () const | |
ReverseInnerIterator & | operator-- () |
Index | outer () const |
ReverseInnerIterator (const SparseMatrix &mat, Index outer) | |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
Index | m_id |
const Index * | m_indices |
const Index | m_outer |
const Index | m_start |
const Scalar * | m_values |
Definition at line 984 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const SparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 987 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::col | ( | ) | const [inline] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::ReverseInnerIterator.
Definition at line 1004 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::index | ( | ) | const [inline] |
Definition at line 1001 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 1006 of file SparseMatrix.h.
ReverseInnerIterator& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::operator-- | ( | ) | [inline] |
Definition at line 996 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::outer | ( | ) | const [inline] |
Definition at line 1002 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::row | ( | ) | const [inline] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::ReverseInnerIterator.
Definition at line 1003 of file SparseMatrix.h.
const Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::value | ( | ) | const [inline] |
Definition at line 998 of file SparseMatrix.h.
Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::valueRef | ( | ) | [inline] |
Definition at line 999 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_id [protected] |
Definition at line 1012 of file SparseMatrix.h.
const Index* Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_indices [protected] |
Definition at line 1010 of file SparseMatrix.h.
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_outer [protected] |
Reimplemented in Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::ReverseInnerIterator.
Definition at line 1011 of file SparseMatrix.h.
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_start [protected] |
Definition at line 1013 of file SparseMatrix.h.
const Scalar* Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_values [protected] |
Definition at line 1009 of file SparseMatrix.h.