ug4
ug::SparseMatrix< TValueType >::row_iterator Class Reference

#include <sparsematrix.h>

Public Member Functions

void check () const
 
size_t index () const
 
bool operator!= (const row_iterator &o) const
 
void operator++ ()
 
void operator+= (int nr)
 
row_iteratoroperator-> ()
 
bool operator== (const row_iterator &other) const
 
 row_iterator (const row_iterator &other)
 
 row_iterator (row_iterator &&other)
 
 row_iterator (SparseMatrix &_A, size_t row, size_t _i)
 
value_typevalue ()
 
 ~row_iterator ()
 

Private Attributes

size_t _row
 
SparseMatrixA
 
size_t i
 

Detailed Description

template<typename TValueType>
class ug::SparseMatrix< TValueType >::row_iterator

row_iterator iterator over a row

Constructor & Destructor Documentation

◆ row_iterator() [1/3]

template<typename TValueType >
ug::SparseMatrix< TValueType >::row_iterator::row_iterator ( SparseMatrix _A,
size_t  row,
size_t  _i 
)
inline

◆ row_iterator() [2/3]

template<typename TValueType >
ug::SparseMatrix< TValueType >::row_iterator::row_iterator ( row_iterator &&  other)
inline

◆ row_iterator() [3/3]

template<typename TValueType >
ug::SparseMatrix< TValueType >::row_iterator::row_iterator ( const row_iterator other)
inline

◆ ~row_iterator()

template<typename TValueType >
ug::SparseMatrix< TValueType >::row_iterator::~row_iterator ( )
inline

Member Function Documentation

◆ check()

◆ index()

◆ operator!=()

template<typename TValueType >
bool ug::SparseMatrix< TValueType >::row_iterator::operator!= ( const row_iterator o) const
inline

◆ operator++()

template<typename TValueType >
void ug::SparseMatrix< TValueType >::row_iterator::operator++ ( )
inline

◆ operator+=()

template<typename TValueType >
void ug::SparseMatrix< TValueType >::row_iterator::operator+= ( int  nr)
inline

◆ operator->()

template<typename TValueType >
row_iterator* ug::SparseMatrix< TValueType >::row_iterator::operator-> ( )
inline

◆ operator==()

template<typename TValueType >
bool ug::SparseMatrix< TValueType >::row_iterator::operator== ( const row_iterator other) const
inline

◆ value()

Member Data Documentation

◆ _row

◆ A

◆ i


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