#include <MappedSparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerIterator (const MappedSparseMatrix &mat, Index outer) | |
template<unsigned int Added, unsigned int Removed> | |
InnerIterator (const Flagged< MappedSparseMatrix, Added, Removed > &mat, Index outer) | |
operator bool () const | |
InnerIterator & | operator++ () |
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 129 of file MappedSparseMatrix.h.
MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::InnerIterator | ( | const MappedSparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 132 of file MappedSparseMatrix.h.
MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::InnerIterator | ( | const Flagged< MappedSparseMatrix, Added, Removed > & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 141 of file MappedSparseMatrix.h.
Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 153 of file MappedSparseMatrix.h.
Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 151 of file MappedSparseMatrix.h.
MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 155 of file MappedSparseMatrix.h.
InnerIterator& MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 146 of file MappedSparseMatrix.h.
Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 152 of file MappedSparseMatrix.h.
Scalar MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 148 of file MappedSparseMatrix.h.
Scalar& MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 149 of file MappedSparseMatrix.h.
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_end [protected] |
Definition at line 162 of file MappedSparseMatrix.h.
Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_id [protected] |
Definition at line 160 of file MappedSparseMatrix.h.
const MappedSparseMatrix& MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_matrix [protected] |
Definition at line 158 of file MappedSparseMatrix.h.
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_outer [protected] |
Definition at line 159 of file MappedSparseMatrix.h.
const Index MappedSparseMatrix< _Scalar, _Flags, _Index >::InnerIterator::m_start [protected] |
Definition at line 161 of file MappedSparseMatrix.h.