OSVR-Core
Public Member Functions | Protected Attributes | List of all members
Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator Class Reference
Inheritance diagram for Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator:
Eigen::BlockImpl< const SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator

Public Member Functions

 InnerIterator (const SparseMatrix &mat, Index outer)
 
InnerIteratoroperator++ ()
 
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
 

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