#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 365 of file SparseVector.h.
Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const SparseVector & | vec, |
Index | outer = 0 |
||
) | [inline] |
Definition at line 368 of file SparseVector.h.
Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const internal::CompressedStorage< Scalar, Index > & | data | ) | [inline] |
Definition at line 375 of file SparseVector.h.
Index Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::col | ( | ) | const [inline] |
Reimplemented in Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator.
Definition at line 386 of file SparseVector.h.
Index Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::index | ( | ) | const [inline] |
Definition at line 384 of file SparseVector.h.
Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 388 of file SparseVector.h.
ReverseInnerIterator& Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::operator-- | ( | ) | [inline] |
Definition at line 379 of file SparseVector.h.
Index Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::row | ( | ) | const [inline] |
Reimplemented in Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator.
Definition at line 385 of file SparseVector.h.
Scalar Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::value | ( | ) | const [inline] |
Definition at line 381 of file SparseVector.h.
Scalar& Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::valueRef | ( | ) | [inline] |
Definition at line 382 of file SparseVector.h.
const internal::CompressedStorage<Scalar,Index>& Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::m_data [protected] |
Definition at line 391 of file SparseVector.h.
Index Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::m_id [protected] |
Definition at line 392 of file SparseVector.h.
const Index Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator::m_start [protected] |
Definition at line 393 of file SparseVector.h.