Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator Class Reference
+ Inheritance diagram for Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator:
+ Collaboration diagram for Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator:

Public Member Functions

 ReverseInnerIterator (const BlockType &xpr, Index outer)
 
Index row () const
 
Index col () const
 
- Public Member Functions inherited from Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator
 ReverseInnerIterator (const SparseMatrix &mat, Index outer)
 
ReverseInnerIteratoroperator-- ()
 
const Scalar & value () const
 
Scalar & valueRef ()
 
Index index () const
 
Index outer () const
 
Index row () const
 
Index col () const
 
 operator bool () const
 

Protected Attributes

Index m_outer
 
- Protected Attributes inherited from Eigen::SparseMatrix< _Scalar, _Options, _Index >::ReverseInnerIterator
const Scalar * m_values
 
const Index * m_indices
 
const Index m_outer
 
Index m_id
 
const Index m_start
 

Detailed Description

template<typename _Scalar, int _Options, typename _Index, int BlockRows, int BlockCols>
class Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::ReverseInnerIterator

Definition at line 101 of file SparseBlock.h.


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