compbio
|
Public Member Functions | |
BlockInnerIterator (const BlockSparseMatrix &mat, const Index outer) | |
BlockInnerIterator & | operator++ () |
const Map< const BlockScalar > | value () const |
Map< BlockScalar > | valueRef () |
Index | index () const |
Index | outer () const |
Index | row () const |
Index | col () const |
Index | rows () const |
Index | cols () const |
operator bool () const | |
Protected Attributes | |
const BlockSparseMatrix< _Scalar, _BlockAtCompileTime, _Options, StorageIndex > & | m_mat |
const Index | m_outer |
Index | m_id |
Index | m_end |