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

Public Member Functions

 InnerIterator (const DynamicSparseMatrix &mat, Index outer)
 
Index row () const
 
Index col () const
 
Index outer () const
 
- Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator
 InnerIterator (const InnerIterator &other)
 
InnerIteratoroperator= (const InnerIterator &other)
 
 InnerIterator (const SparseCompressedBase &mat, Index outer)
 
 InnerIterator (const SparseCompressedBase &mat)
 
 InnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data)
 
InnerIteratoroperator++ ()
 
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 >::InnerIterator
const Scalar * m_values
 
const StorageIndex * m_indices
 
const OuterType m_outer
 
Index m_id
 
Index m_end
 

Additional Inherited Members

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

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