TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator Class Reference

#include <DynamicSparseMatrix.h>

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 ()
 
 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++ ()
 
InnerIteratoroperator+= (Index i)
 
InnerIterator operator+ (Index i)
 
const Scalarvalue () const
 
ScalarvalueRef ()
 
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 Scalarm_values
 
const StorageIndexm_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
 

Constructor & Destructor Documentation

◆ InnerIterator()

template<typename _Scalar , int _Options, typename _StorageIndex >
Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::InnerIterator ( const DynamicSparseMatrix mat,
Index  outer 
)
inline

Member Function Documentation

◆ col()

template<typename _Scalar , int _Options, typename _StorageIndex >
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::col ( ) const
inline

◆ outer()

template<typename _Scalar , int _Options, typename _StorageIndex >
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::outer ( ) const
inline

◆ row()

template<typename _Scalar , int _Options, typename _StorageIndex >
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::row ( ) const
inline

Member Data Documentation

◆ m_outer

template<typename _Scalar , int _Options, typename _StorageIndex >
const Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::m_outer
protected

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