OSVR-Core
|
Public Member Functions | |
InnerIterator (const MappedSparseMatrix &mat, Index outer) | |
InnerIterator & | operator++ () |
Scalar | value () const |
Scalar & | valueRef () |
Index | index () const |
Index | row () const |
Index | col () const |
operator bool () const | |
Protected Attributes | |
const MappedSparseMatrix & | m_matrix |
const Index | m_outer |
Index | m_id |
const Index | m_start |
const Index | m_end |