Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
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-- ()
 
const Scalar & value () const
 
Scalar & valueRef ()
 
StorageIndex index () const
 
Index outer () const
 
Index row () const
 
Index col () const
 
 operator bool () const
 

Protected Attributes

const Scalar * m_values
 
const StorageIndex * m_indices
 
const internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > m_outer
 
Index m_id
 
const internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > m_start
 

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