#include <SparseMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
operator bool () const | |
ReverseInnerIterator & | operator-- () |
Index | outer () const |
ReverseInnerIterator (const SparseMatrix &mat, Index outer) | |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
Index | m_id |
const Index * | m_indices |
const Index | m_outer |
const Index | m_start |
const Scalar * | m_values |
Definition at line 902 of file SparseMatrix.h.
|
inline |
Definition at line 905 of file SparseMatrix.h.
|
inline |
Definition at line 922 of file SparseMatrix.h.
|
inline |
Definition at line 919 of file SparseMatrix.h.
|
inline |
Definition at line 924 of file SparseMatrix.h.
|
inline |
Definition at line 914 of file SparseMatrix.h.
|
inline |
Definition at line 920 of file SparseMatrix.h.
|
inline |
Definition at line 921 of file SparseMatrix.h.
|
inline |
Definition at line 916 of file SparseMatrix.h.
|
inline |
Definition at line 917 of file SparseMatrix.h.
|
protected |
Definition at line 930 of file SparseMatrix.h.
|
protected |
Definition at line 928 of file SparseMatrix.h.
|
protected |
Definition at line 929 of file SparseMatrix.h.
|
protected |
Definition at line 931 of file SparseMatrix.h.
|
protected |
Definition at line 927 of file SparseMatrix.h.