#include <SparseVector.h>

Public Member Functions | |
| Index | col () const |
| Index | index () const |
| InnerIterator (const SparseVector &vec, Index outer=0) | |
| InnerIterator (const CompressedStorage< Scalar, Index > &data) | |
| template<unsigned int Added, unsigned int Removed> | |
| InnerIterator (const Flagged< SparseVector, Added, Removed > &vec, Index) | |
| operator bool () const | |
| InnerIterator & | operator++ () |
| Index | row () const |
| Scalar | value () const |
| Scalar & | valueRef () |
Protected Attributes | |
| const CompressedStorage < Scalar, Index > & | m_data |
| const Index | m_end |
| Index | m_id |
Definition at line 396 of file SparseVector.h.
| SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const SparseVector & | vec, |
| Index | outer = 0 |
||
| ) | [inline] |
Definition at line 399 of file SparseVector.h.
| SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const CompressedStorage< Scalar, Index > & | data | ) | [inline] |
Definition at line 405 of file SparseVector.h.
| SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const Flagged< SparseVector, Added, Removed > & | vec, |
| Index | |||
| ) | [inline] |
Definition at line 410 of file SparseVector.h.
| Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::col | ( | ) | const [inline] |
Reimplemented in DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator, and SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 421 of file SparseVector.h.
| Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 419 of file SparseVector.h.
| SparseVector< _Scalar, _Options, _Index >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 423 of file SparseVector.h.
| InnerIterator& SparseVector< _Scalar, _Options, _Index >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 414 of file SparseVector.h.
| Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::row | ( | ) | const [inline] |
Reimplemented in DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator, and SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 420 of file SparseVector.h.
| Scalar SparseVector< _Scalar, _Options, _Index >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 416 of file SparseVector.h.
| Scalar& SparseVector< _Scalar, _Options, _Index >::InnerIterator::valueRef | ( | ) | [inline] |
Definition at line 417 of file SparseVector.h.
const CompressedStorage<Scalar,Index>& SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_data [protected] |
Definition at line 426 of file SparseVector.h.
const Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_end [protected] |
Definition at line 428 of file SparseVector.h.
Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_id [protected] |
Definition at line 427 of file SparseVector.h.