#include <MappedSparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerIterator (const MappedSparseMatrix &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 116 of file MappedSparseMatrix.h.
|
inline |
Definition at line 119 of file MappedSparseMatrix.h.
|
inline |
Definition at line 134 of file MappedSparseMatrix.h.
|
inline |
Definition at line 132 of file MappedSparseMatrix.h.
|
inline |
Definition at line 136 of file MappedSparseMatrix.h.
|
inline |
Definition at line 127 of file MappedSparseMatrix.h.
|
inline |
Definition at line 133 of file MappedSparseMatrix.h.
|
inline |
Definition at line 129 of file MappedSparseMatrix.h.
|
inline |
Definition at line 130 of file MappedSparseMatrix.h.
|
protected |
Definition at line 143 of file MappedSparseMatrix.h.
|
protected |
Definition at line 141 of file MappedSparseMatrix.h.
|
protected |
Definition at line 139 of file MappedSparseMatrix.h.
|
protected |
Definition at line 140 of file MappedSparseMatrix.h.
|
protected |
Definition at line 142 of file MappedSparseMatrix.h.