#include <SkylineMatrix.h>
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerUpperIterator (const SkylineMatrix &mat, Index outer) | |
operator bool () const | |
InnerUpperIterator & | operator++ () |
InnerUpperIterator & | operator+= (Index shift) |
Index | row () const |
size_t | size () const |
Scalar | value () const |
Scalar * | valuePtr () |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_end |
Index | m_id |
const SkylineMatrix & | m_matrix |
const Index | m_outer |
const Index | m_start |
Definition at line 748 of file SkylineMatrix.h.
SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::InnerUpperIterator | ( | const SkylineMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 751 of file SkylineMatrix.h.
Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::col | ( | ) | const [inline] |
Definition at line 789 of file SkylineMatrix.h.
Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::index | ( | ) | const [inline] |
Definition at line 780 of file SkylineMatrix.h.
SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::operator bool | ( | ) | const [inline] |
Definition at line 797 of file SkylineMatrix.h.
InnerUpperIterator& SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::operator++ | ( | ) | [inline] |
Definition at line 758 of file SkylineMatrix.h.
InnerUpperIterator& SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::operator+= | ( | Index | shift | ) | [inline] |
Definition at line 763 of file SkylineMatrix.h.
Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::row | ( | ) | const [inline] |
Definition at line 785 of file SkylineMatrix.h.
size_t SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::size | ( | ) | const [inline] |
Definition at line 793 of file SkylineMatrix.h.
Scalar SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::value | ( | ) | const [inline] |
Definition at line 768 of file SkylineMatrix.h.
Scalar* SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::valuePtr | ( | ) | [inline] |
Definition at line 772 of file SkylineMatrix.h.
Scalar& SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::valueRef | ( | ) | [inline] |
Definition at line 776 of file SkylineMatrix.h.
const Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::m_end [protected] |
Definition at line 806 of file SkylineMatrix.h.
Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::m_id [protected] |
Definition at line 804 of file SkylineMatrix.h.
const SkylineMatrix& SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::m_matrix [protected] |
Definition at line 802 of file SkylineMatrix.h.
const Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::m_outer [protected] |
Definition at line 803 of file SkylineMatrix.h.
const Index SkylineMatrix< _Scalar, _Options >::InnerUpperIterator::m_start [protected] |
Definition at line 805 of file SkylineMatrix.h.