Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::internal::MappedSuperNodalMatrix< _Scalar, _Index >::InnerIterator Class Reference

InnerIterator class to iterate over nonzero values of the current column in the supernodal matrix L. More...

#include <SparseLU_SupernodalMatrix.h>

+ Collaboration diagram for Eigen::internal::MappedSuperNodalMatrix< _Scalar, _Index >::InnerIterator:

Public Member Functions

 InnerIterator (const MappedSuperNodalMatrix &mat, Index outer)
 
InnerIteratoroperator++ ()
 
Scalar value () const
 
Scalar & valueRef ()
 
Index index () const
 
Index row () const
 
Index col () const
 
Index supIndex () const
 
 operator bool () const
 

Protected Attributes

const MappedSuperNodalMatrixm_matrix
 
const Index m_outer
 
const Index m_supno
 
Index m_idval
 
const Index m_startidval
 
const Index m_endidval
 
Index m_idrow
 
Index m_endidrow
 

Detailed Description

template<typename _Scalar, typename _Index>
class Eigen::internal::MappedSuperNodalMatrix< _Scalar, _Index >::InnerIterator

InnerIterator class to iterate over nonzero values of the current column in the supernodal matrix L.

Definition at line 182 of file SparseLU_SupernodalMatrix.h.


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