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

#include <DynamicSparseMatrix.h>

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-- ()
 
ReverseInnerIteratoroperator-= (Index i)
 
ReverseInnerIterator 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 >::ReverseInnerIterator
const Scalarm_values
 
const StorageIndexm_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
 

Constructor & Destructor Documentation

◆ ReverseInnerIterator()

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

Member Function Documentation

◆ col()

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

◆ outer()

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

◆ row()

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

Member Data Documentation

◆ m_outer

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

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