OSVR-Core
Public Member Functions | Protected Attributes | List of all members
Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator Class Reference
Inheritance diagram for Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator:
Eigen::DynamicSparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator

Public Member Functions

 ReverseInnerIterator (const SparseVector &vec, Index outer=0)
 
 ReverseInnerIterator (const internal::CompressedStorage< Scalar, Index > &data)
 
ReverseInnerIteratoroperator-- ()
 
Scalar value () const
 
Scalar & valueRef ()
 
Index index () const
 
Index row () const
 
Index col () const
 
 operator bool () const
 

Protected Attributes

const internal::CompressedStorage< Scalar, Index > & m_data
 
Index m_id
 
const Index m_start
 

The documentation for this class was generated from the following file: