|
OSVR-Core
|
Public Member Functions | |
| InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
| Index | row () const |
| Index | col () const |
Public Member Functions inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::InnerIterator | |
| InnerIterator (const SparseVector &vec, Index outer=0) | |
| InnerIterator (const internal::CompressedStorage< Scalar, Index > &data) | |
| InnerIterator & | operator++ () |
| Scalar | value () const |
| Scalar & | valueRef () |
| Index | index () const |
| Index | row () const |
| Index | col () const |
| operator bool () const | |
Protected Attributes | |
| const Index | m_outer |
Protected Attributes inherited from Eigen::SparseVector< _Scalar, _Options, _Index >::InnerIterator | |
| const internal::CompressedStorage< Scalar, Index > & | m_data |
| Index | m_id |
| const Index | m_end |
1.8.12