ViennaCL - The Vienna Computing Library
1.2.0
|
A non-const iterator for sparse matrices of type std::vector<std::map<unsigned int, SCALARTYPE> > More...
#include <adapter.hpp>
Public Types | |
typedef self_type | iterator1 |
typedef self_type | iterator2 |
Public Member Functions | |
sparse_matrix_adapted_iterator (std::vector< std::map< unsigned int, SCALARTYPE > > &mat, int i, int j) | |
SCALARTYPE & | operator* (void) |
self_type & | operator++ (void) |
self_type & | operator++ (int) |
self_type | operator+= (unsigned int offset) |
bool | operator== (self_type const &other) const |
bool | operator!= (self_type const &other) const |
unsigned int | index1 () const |
unsigned int | index2 () const |
sparse_matrix_adapted_iterator < SCALARTYPE,!is_iterator1 > | begin () const |
sparse_matrix_adapted_iterator < SCALARTYPE,!is_iterator1 > | end () const |
A non-const iterator for sparse matrices of type std::vector<std::map<unsigned int, SCALARTYPE> >
The iterator behaves like ublas iterators. Attention: Iteration along first columns and then rows via .begin() is untested! Reverse iterators are missing!
SCALARTYPE | either float or double |
is_iterator1 | if true, this iterator iterates along increasing row indices, otherwise along increasiong column indices |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |