Path Tracer
Public Member Functions | Protected Attributes | List of all members
Eigen::internal::MappedSuperNodalMatrix< _Scalar, _StorageIndex >::InnerIterator Class Reference

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

#include <SparseLU_SupernodalMatrix.h>

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 _StorageIndex>
class Eigen::internal::MappedSuperNodalMatrix< _Scalar, _StorageIndex >::InnerIterator

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


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