#include <MappedSparseMatrix.h>
Public Member Functions | |
| int | col () const |
| int | index () const |
| template<unsigned int Added, unsigned int Removed> | |
| InnerIterator (const Flagged< MappedSparseMatrix, Added, Removed > &mat, int outer) | |
| InnerIterator (const MappedSparseMatrix &mat, int outer) | |
| operator bool () const | |
| InnerIterator & | operator++ () |
| int | row () const |
| Scalar | value () const |
| Scalar & | valueRef () |
Protected Attributes | |
| const int | m_end |
| int | m_id |
| const MappedSparseMatrix & | m_matrix |
| const int | m_outer |
| const int | m_start |
Definition at line 139 of file MappedSparseMatrix.h.
| MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::InnerIterator | ( | const MappedSparseMatrix & | mat, | |
| int | outer | |||
| ) | [inline] |
Definition at line 142 of file MappedSparseMatrix.h.
| MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::InnerIterator | ( | const Flagged< MappedSparseMatrix, Added, Removed > & | mat, | |
| int | outer | |||
| ) | [inline] |
Definition at line 151 of file MappedSparseMatrix.h.
| int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 163 of file MappedSparseMatrix.h.
| int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 161 of file MappedSparseMatrix.h.
| MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 165 of file MappedSparseMatrix.h.
| InnerIterator& MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 156 of file MappedSparseMatrix.h.
| int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 162 of file MappedSparseMatrix.h.
| Scalar MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 158 of file MappedSparseMatrix.h.
| Scalar& MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 159 of file MappedSparseMatrix.h.
const int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::m_end [protected] |
Definition at line 172 of file MappedSparseMatrix.h.
int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::m_id [protected] |
Definition at line 170 of file MappedSparseMatrix.h.
const MappedSparseMatrix& MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::m_matrix [protected] |
Definition at line 168 of file MappedSparseMatrix.h.
const int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::m_outer [protected] |
Definition at line 169 of file MappedSparseMatrix.h.
const int MappedSparseMatrix< _Scalar, _Flags >::InnerIterator::m_start [protected] |
Definition at line 171 of file MappedSparseMatrix.h.