Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator Class Reference
+ Collaboration diagram for Eigen::SparseVector< _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
 

Detailed Description

template<typename _Scalar, int _Options, typename _Index>
class Eigen::SparseVector< _Scalar, _Options, _Index >::ReverseInnerIterator

Definition at line 380 of file SparseVector.h.


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