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

#include <gpusparsematrix.h>

Public Member Functions

void check () const
 
 const_row_iterator (const GPUSparseMatrix &_A, size_t _row, size_t _i)
 
size_t index () const
 
bool operator!= (const const_row_iterator &o) const
 
void operator++ ()
 
void operator+= (int nr)
 
const_row_iteratoroperator-> ()
 
bool operator== (const const_row_iterator &other) const
 
const value_typevalue () const
 
 ~const_row_iterator ()
 

Private Attributes

const GPUSparseMatrixA
 
size_t i
 
size_t row
 

Constructor & Destructor Documentation

◆ const_row_iterator()

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

◆ ~const_row_iterator()

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

Member Function Documentation

◆ check()

◆ index()

◆ operator!=()

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

◆ operator++()

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

◆ operator+=()

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

◆ operator->()

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

◆ operator==()

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

◆ value()

Member Data Documentation

◆ A

◆ i

◆ row

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

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