#include <SparseVector.h>
| Public Member Functions | |
| Index | col () const | 
| Index | index () const | 
| InnerIterator (const SparseVector &vec, Index outer=0) | |
| InnerIterator (const internal::CompressedStorage< Scalar, Index > &data) | |
| operator bool () const | |
| InnerIterator & | operator++ () | 
| Index | row () const | 
| Scalar | value () const | 
| Scalar & | valueRef () | 
| Protected Attributes | |
| const internal::CompressedStorage< Scalar, Index > & | m_data | 
| const Index | m_end | 
| Index | m_id | 
Definition at line 348 of file SparseVector.h.
| 
 | inline | 
Definition at line 351 of file SparseVector.h.
| 
 | inline | 
Definition at line 358 of file SparseVector.h.
| 
 | inline | 
Definition at line 369 of file SparseVector.h.
| 
 | inline | 
Definition at line 367 of file SparseVector.h.
| 
 | inline | 
Definition at line 371 of file SparseVector.h.
| 
 | inline | 
Definition at line 362 of file SparseVector.h.
| 
 | inline | 
Definition at line 368 of file SparseVector.h.
| 
 | inline | 
Definition at line 364 of file SparseVector.h.
| 
 | inline | 
Definition at line 365 of file SparseVector.h.
| 
 | protected | 
Definition at line 374 of file SparseVector.h.
| 
 | protected | 
Definition at line 376 of file SparseVector.h.
| 
 | protected | 
Definition at line 375 of file SparseVector.h.