compbio
Public Member Functions | Protected Attributes | List of all members
Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::ReverseInnerIterator Class Reference
Inheritance diagram for Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::ReverseInnerIterator:
Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator

Public Member Functions

 ReverseInnerIterator (const DynamicSparseMatrix &mat, Index outer)
 
Index row () const
 
Index col () const
 
Index outer () const
 
- Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator
 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 Index m_outer
 
- Protected Attributes inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator
const Scalar * m_values
 
const StorageIndex * m_indices
 
const OuterType m_outer
 
Index m_start
 
Index m_id
 

Additional Inherited Members

- Protected Types inherited from Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator
typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:DynamicOuterType
 

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