compbio
|
Public Member Functions | |
InnerIterator (const BlockSparseMatrix &mat, Index outer) | |
InnerIterator & | operator++ () |
const Scalar & | value () const |
Scalar & | valueRef () |
Index | index () const |
Index | outer () const |
Index | col () const |
Index | row () const |
operator bool () const | |
Protected Attributes | |
const BlockSparseMatrix & | m_mat |
const Index | m_outer |
const Index | m_outerB |
BlockInnerIterator | itb |
const Index | m_offset |
Index | m_start |
Index | m_id |
Index | m_end |