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

Public Member Functions

 InnerIterator (const SparseVector &vec, Index outer=0)
 
 InnerIterator (const internal::CompressedStorage< Scalar, Index > &data)
 
InnerIteratoroperator++ ()
 
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_end
 

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