ug4
|
#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_iterator * | operator-> () |
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_type & | value () |
~row_iterator () | |
Private Attributes | |
size_t | _row |
SparseMatrix & | A |
size_t | i |
row_iterator iterator over a row
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References ug::SparseMatrix< TValueType >::row_iterator::_row, ug::SparseMatrix< TValueType >::row_iterator::A, ug::SparseMatrix< TValueType >::check_row(), and ug::SparseMatrix< TValueType >::row_iterator::i.
Referenced by ug::SparseMatrix< TValueType >::row_iterator::index(), ug::SparseMatrix< TValueType >::row_iterator::operator==(), and ug::SparseMatrix< TValueType >::row_iterator::value().
|
inline |
|
inline |
References ug::SparseMatrix< TValueType >::row_iterator::i.
|
inline |
References ug::SparseMatrix< TValueType >::row_iterator::i.
|
inline |
References ug::SparseMatrix< TValueType >::row_iterator::i.
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Referenced by ug::SparseMatrix< TValueType >::row_iterator::check(), ug::SparseMatrix< TValueType >::row_iterator::index(), ug::SparseMatrix< TValueType >::row_iterator::row_iterator(), ug::SparseMatrix< TValueType >::row_iterator::value(), and ug::SparseMatrix< TValueType >::row_iterator::~row_iterator().
|
private |
Referenced by ug::SparseMatrix< TValueType >::row_iterator::check(), ug::SparseMatrix< TValueType >::row_iterator::index(), ug::SparseMatrix< TValueType >::row_iterator::operator!=(), ug::SparseMatrix< TValueType >::row_iterator::operator++(), ug::SparseMatrix< TValueType >::row_iterator::operator+=(), ug::SparseMatrix< TValueType >::row_iterator::operator==(), and ug::SparseMatrix< TValueType >::row_iterator::value().