Definition at line 339 of file DynamicSparseMatrix.h.
#include <src/Sparse/DynamicSparseMatrix.h>
Public Member Functions | |
InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Index | col () const |
Protected Attributes | |
const Index | m_outer |
Private Types | |
typedef SparseVector< Scalar, _Options >::InnerIterator | Base |
typedef SparseVector<Scalar,_Options>::InnerIterator DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::Base [private] |
Definition at line 341 of file DynamicSparseMatrix.h.
DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator | ( | const DynamicSparseMatrix & | mat, | |
Index | outer | |||
) | [inline] |
Definition at line 343 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 348 of file DynamicSparseMatrix.h.
References SparseMatrixBase< DynamicSparseMatrix< _Scalar, _Options, _Index > >::IsRowMajor.
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 347 of file DynamicSparseMatrix.h.
References SparseMatrixBase< DynamicSparseMatrix< _Scalar, _Options, _Index > >::IsRowMajor.
const Index DynamicSparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected] |
Reimplemented in SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::InnerIterator.
Definition at line 351 of file DynamicSparseMatrix.h.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |