#include <SparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerIterator (const SparseMatrix &mat, Index outer) | |
operator bool () const | |
InnerIterator & | operator++ () |
Index | outer () const |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
Index | m_end |
Index | m_id |
const Index * | m_indices |
const Index | m_outer |
const Scalar * | m_values |
Definition at line 869 of file SparseMatrix.h.
|
inline |
Definition at line 872 of file SparseMatrix.h.
|
inline |
Definition at line 889 of file SparseMatrix.h.
|
inline |
Definition at line 886 of file SparseMatrix.h.
|
inline |
Definition at line 891 of file SparseMatrix.h.
|
inline |
Definition at line 881 of file SparseMatrix.h.
|
inline |
Definition at line 887 of file SparseMatrix.h.
|
inline |
Definition at line 888 of file SparseMatrix.h.
|
inline |
Definition at line 883 of file SparseMatrix.h.
|
inline |
Definition at line 884 of file SparseMatrix.h.
|
protected |
Definition at line 898 of file SparseMatrix.h.
|
protected |
Definition at line 897 of file SparseMatrix.h.
|
protected |
Definition at line 895 of file SparseMatrix.h.
|
protected |
Definition at line 896 of file SparseMatrix.h.
|
protected |
Definition at line 894 of file SparseMatrix.h.