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

Detailed Description

template<typename _Scalar, int _Options, typename _Index>
class Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator

Definition at line 869 of file SparseMatrix.h.


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