compbio
|
Public Member Functions | |
InnerLowerIterator (const SkylineMatrix &mat, Index outer) | |
InnerLowerIterator & | operator++ () |
InnerLowerIterator & | operator+= (Index shift) |
Scalar | value () const |
Scalar * | valuePtr () |
Scalar & | valueRef () |
Index | index () const |
Index | row () const |
Index | col () const |
size_t | size () const |
operator bool () const | |
Protected Attributes | |
const SkylineMatrix & | m_matrix |
const Index | m_outer |
Index | m_id |
const Index | m_start |
const Index | m_end |