#include <SparseBlock.h>
Public Member Functions | |
Index | col () const |
ReverseInnerIterator (const SparseInnerVectorSet &xpr, Index outer) | |
Index | row () const |
Protected Attributes | |
Index | m_outer |
Definition at line 55 of file SparseBlock.h.
Eigen::SparseInnerVectorSet< MatrixType, Size >::ReverseInnerIterator::ReverseInnerIterator | ( | const SparseInnerVectorSet & | xpr, |
Index | outer | ||
) | [inline] |
Definition at line 58 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::ReverseInnerIterator::col | ( | ) | const [inline] |
Definition at line 62 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::ReverseInnerIterator::row | ( | ) | const [inline] |
Definition at line 61 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::ReverseInnerIterator::m_outer [protected] |
Definition at line 64 of file SparseBlock.h.