#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
ReverseInnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | row () const |
Protected Attributes | |
const Index | m_outer |
Private Types | |
typedef SparseVector< Scalar, _Options, _Index > ::ReverseInnerIterator | Base |
Definition at line 340 of file DynamicSparseMatrix.h.
typedef SparseVector<Scalar,_Options,_Index>::ReverseInnerIterator Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::Base [private] |
Definition at line 342 of file DynamicSparseMatrix.h.
Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::ReverseInnerIterator | ( | const DynamicSparseMatrix & | mat, |
Index | outer | ||
) | [inline] |
Definition at line 344 of file DynamicSparseMatrix.h.
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::col | ( | ) | const [inline] |
Reimplemented from Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator.
Definition at line 349 of file DynamicSparseMatrix.h.
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::row | ( | ) | const [inline] |
Reimplemented from Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator.
Definition at line 348 of file DynamicSparseMatrix.h.
const Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator::m_outer [protected] |
Definition at line 352 of file DynamicSparseMatrix.h.