#include <SparseVector.h>
Public Member Functions | |
| Index | col () const |
| Index | index () const |
| operator bool () const | |
| ReverseInnerIterator & | operator-- () |
| ReverseInnerIterator (const SparseVector &vec, Index outer=0) | |
| ReverseInnerIterator (const internal::CompressedStorage< Scalar, Index > &data) | |
| Index | row () const |
| Scalar | value () const |
| Scalar & | valueRef () |
Protected Attributes | |
| const internal::CompressedStorage< Scalar, Index > & | m_data |
| Index | m_id |
| const Index | m_start |
Definition at line 380 of file SparseVector.h.
|
inline |
Definition at line 383 of file SparseVector.h.
|
inline |
Definition at line 390 of file SparseVector.h.
|
inline |
Definition at line 401 of file SparseVector.h.
|
inline |
Definition at line 399 of file SparseVector.h.
|
inline |
Definition at line 403 of file SparseVector.h.
|
inline |
Definition at line 394 of file SparseVector.h.
|
inline |
Definition at line 400 of file SparseVector.h.
|
inline |
Definition at line 396 of file SparseVector.h.
|
inline |
Definition at line 397 of file SparseVector.h.
|
protected |
Definition at line 406 of file SparseVector.h.
|
protected |
Definition at line 407 of file SparseVector.h.
|
protected |
Definition at line 408 of file SparseVector.h.