#include <MappedSparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
operator bool () const | |
ReverseInnerIterator & | operator-- () |
ReverseInnerIterator (const MappedSparseMatrix &mat, Index outer) | |
Index | row () const |
Scalar | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_end |
Index | m_id |
const MappedSparseMatrix & | m_matrix |
const Index | m_outer |
const Index | m_start |
Definition at line 147 of file MappedSparseMatrix.h.
Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const MappedSparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 150 of file MappedSparseMatrix.h.
Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::col | ( | ) | const [inline] |
Definition at line 165 of file MappedSparseMatrix.h.
Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::index | ( | ) | const [inline] |
Definition at line 163 of file MappedSparseMatrix.h.
Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 167 of file MappedSparseMatrix.h.
ReverseInnerIterator& Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::operator-- | ( | ) | [inline] |
Definition at line 158 of file MappedSparseMatrix.h.
Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::row | ( | ) | const [inline] |
Definition at line 164 of file MappedSparseMatrix.h.
Scalar Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::value | ( | ) | const [inline] |
Definition at line 160 of file MappedSparseMatrix.h.
Scalar& Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::valueRef | ( | ) | [inline] |
Definition at line 161 of file MappedSparseMatrix.h.
const Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::m_end [protected] |
Definition at line 174 of file MappedSparseMatrix.h.
Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::m_id [protected] |
Definition at line 172 of file MappedSparseMatrix.h.
const MappedSparseMatrix& Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::m_matrix [protected] |
Definition at line 170 of file MappedSparseMatrix.h.
const Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::m_outer [protected] |
Definition at line 171 of file MappedSparseMatrix.h.
const Index Eigen::MappedSparseMatrix< _Scalar, _Flags, _Index >::ReverseInnerIterator::m_start [protected] |
Definition at line 173 of file MappedSparseMatrix.h.