CMR  1.3.0
Public Member Functions | List of all members
tu::DenseMatrix< V >::NonzeroIterator< Row > Class Template Reference

#include <matrix.hpp>

Public Member Functions

 NonzeroIterator (const DenseMatrix< V > &matrix, Index major)
 
 NonzeroIterator (const DenseMatrix< V > &matrix, Index major, int dummy)
 
NonzeroIterator< Row > & operator++ ()
 
Nonzero operator* () const
 
bool operator!= (const NonzeroIterator< Row > &other) const
 

Constructor & Destructor Documentation

◆ NonzeroIterator() [1/2]

template<typename V >
template<bool Row>
tu::DenseMatrix< V >::NonzeroIterator< Row >::NonzeroIterator ( const DenseMatrix< V > &  matrix,
Index  major 
)
inline

◆ NonzeroIterator() [2/2]

template<typename V >
template<bool Row>
tu::DenseMatrix< V >::NonzeroIterator< Row >::NonzeroIterator ( const DenseMatrix< V > &  matrix,
Index  major,
int  dummy 
)
inline

Member Function Documentation

◆ operator!=()

template<typename V >
template<bool Row>
bool tu::DenseMatrix< V >::NonzeroIterator< Row >::operator!= ( const NonzeroIterator< Row > &  other) const
inline

◆ operator*()

template<typename V >
template<bool Row>
Nonzero tu::DenseMatrix< V >::NonzeroIterator< Row >::operator* ( ) const
inline

◆ operator++()

template<typename V >
template<bool Row>
NonzeroIterator<Row>& tu::DenseMatrix< V >::NonzeroIterator< Row >::operator++ ( )
inline

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