Path Tracer
Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator Class Reference

Public Member Functions

 ReverseInnerIterator (const SparseCompressedBase &mat, Index outer)
 
 ReverseInnerIterator (const SparseCompressedBase &mat)
 
 ReverseInnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data)
 
ReverseInnerIteratoroperator-- ()
 
ReverseInnerIteratoroperator-= (Index i)
 
ReverseInnerIterator operator- (Index i)
 
const Scalar & value () const
 
Scalar & valueRef ()
 
StorageIndex index () const
 
Index outer () const
 
Index row () const
 
Index col () const
 
 operator bool () const
 

Protected Types

typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:DynamicOuterType
 

Protected Attributes

const Scalar * m_values
 
const StorageIndex * m_indices
 
const OuterType m_outer
 
Index m_start
 
Index m_id
 

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