|
OSVR-Core
|
Public Member Functions | |
| ReverseInnerIterator (const MappedSparseMatrix &mat, Index outer) | |
| ReverseInnerIterator & | 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 |
1.8.12