#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 44 of file SparseBlock.h.
Eigen::SparseInnerVectorSet< MatrixType, Size >::InnerIterator::InnerIterator | ( | const SparseInnerVectorSet & | xpr, |
Index | outer | ||
) | [inline] |
Definition at line 47 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 51 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 50 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::InnerIterator::m_outer [protected] |
Definition at line 53 of file SparseBlock.h.