#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Protected Attributes | |
const Index | m_outer |
Private Types | |
typedef SparseVector< Scalar, _Options >::InnerIterator | Base |
Definition at line 331 of file DynamicSparseMatrix.h.
typedef SparseVector<Scalar,_Options>::InnerIterator DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::Base [private] |
Definition at line 333 of file DynamicSparseMatrix.h.
DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const DynamicSparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 335 of file DynamicSparseMatrix.h.
Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col | ( | ) | const [inline] |
Reimplemented from SparseVector< _Scalar, _Options, _Index >::InnerIterator.
Reimplemented in SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 340 of file DynamicSparseMatrix.h.
Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row | ( | ) | const [inline] |
Reimplemented from SparseVector< _Scalar, _Options, _Index >::InnerIterator.
Reimplemented in SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 339 of file DynamicSparseMatrix.h.
const Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected] |
Reimplemented in SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 343 of file DynamicSparseMatrix.h.