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

#include <gpusparsematrix.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 (GPUSparseMatrix &_A, size_t _row, size_t _i)
 
value_typevalue ()
 
 ~row_iterator ()
 

Private Attributes

GPUSparseMatrixA
 
size_t i
 
size_t row
 

Detailed Description

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

row_iterator iterator over a row

Constructor & Destructor Documentation

◆ row_iterator()

template<typename TValueType >
ug::GPUSparseMatrix< TValueType >::row_iterator::row_iterator ( GPUSparseMatrix _A,
size_t  _row,
size_t  _i 
)
inline

◆ ~row_iterator()

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

Member Function Documentation

◆ check()

◆ index()

◆ operator!=()

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

◆ operator++()

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

◆ operator+=()

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

◆ operator->()

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

◆ operator==()

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

◆ value()

Member Data Documentation

◆ A

◆ i

◆ row

template<typename TValueType >
size_t ug::GPUSparseMatrix< TValueType >::row_iterator::row
private

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