A const iterator for sparse matrices of type std::vector<std::map<unsigned int, SCALARTYPE> >
More...
#include <adapter.hpp>
Detailed Description
template<typename SCALARTYPE, bool is_iterator1, bool is_forward>
class viennacl::tools::const_sparse_matrix_adapted_iterator< SCALARTYPE, is_iterator1, is_forward >
A 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!
- Template Parameters:
-
| SCALARTYPE | either float or double |
| is_iterator1 | if true, this iterator iterates along increasing row indices, otherwise along increasing column indices |
| increment | if +1, this is a forward iterator, if -1 we have a reverse iterator |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
int index1 |
( |
|
) |
const [inline] |
int index2 |
( |
|
) |
const [inline] |
bool operator!= |
( |
self_type const & |
other |
) |
const [inline] |
SCALARTYPE operator* |
( |
void |
|
) |
const [inline] |
self_type operator+= |
( |
unsigned int |
offset |
) |
[inline] |
bool operator== |
( |
self_type const & |
other |
) |
const [inline] |
The documentation for this class was generated from the following file:
- /data/development/ViennaCL/ViennaCL-1.1.2/viennacl/tools/adapter.hpp