|
OSVR-Core
|
Public Member Functions | |
| InnerIterator (const SparseMatrix &mat, Index outer) | |
| InnerIterator & | operator++ () |
| const Scalar & | value () const |
| Scalar & | valueRef () |
| Index | index () const |
| Index | outer () const |
| Index | row () const |
| Index | col () const |
| operator bool () const | |
Protected Attributes | |
| const Scalar * | m_values |
| const Index * | m_indices |
| const Index | m_outer |
| Index | m_id |
| Index | m_end |
1.8.12