#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 902 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const SparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 905 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::col | ( | ) | const [inline] |
Reimplemented in Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator.
Definition at line 922 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::index | ( | ) | const [inline] |
Definition at line 919 of file SparseMatrix.h.
Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 924 of file SparseMatrix.h.
ReverseInnerIterator& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::operator-- | ( | ) | [inline] |
Definition at line 914 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::outer | ( | ) | const [inline] |
Definition at line 920 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::row | ( | ) | const [inline] |
Reimplemented in Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator.
Definition at line 921 of file SparseMatrix.h.
const Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::value | ( | ) | const [inline] |
Definition at line 916 of file SparseMatrix.h.
Scalar& Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::valueRef | ( | ) | [inline] |
Definition at line 917 of file SparseMatrix.h.
Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_id [protected] |
Definition at line 930 of file SparseMatrix.h.
const Index* Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_indices [protected] |
Definition at line 928 of file SparseMatrix.h.
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_outer [protected] |
Reimplemented in Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator.
Definition at line 929 of file SparseMatrix.h.
const Index Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_start [protected] |
Definition at line 931 of file SparseMatrix.h.
const Scalar* Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_values [protected] |
Definition at line 927 of file SparseMatrix.h.