#include <SparseBlock.h>
Public Member Functions | |
Index | col () const |
InnerIterator (const SparseInnerVectorSet &xpr, Index outer) | |
Index | row () const |
Protected Attributes | |
Index | m_outer |
Definition at line 57 of file SparseBlock.h.
SparseInnerVectorSet< MatrixType, Size >::InnerIterator::InnerIterator | ( | const SparseInnerVectorSet & | xpr, |
Index | outer | ||
) | [inline] |
Definition at line 60 of file SparseBlock.h.
Index SparseInnerVectorSet< MatrixType, Size >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 64 of file SparseBlock.h.
Index SparseInnerVectorSet< MatrixType, Size >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 63 of file SparseBlock.h.
Index SparseInnerVectorSet< MatrixType, Size >::InnerIterator::m_outer [protected] |
Definition at line 66 of file SparseBlock.h.