#include <matrix.hpp>
template<typename ROWCOL, typename MATRIXTYPE>
class viennacl::matrix_iterator< ROWCOL, MATRIXTYPE >
Member Typedef Documentation
Constructor & Destructor Documentation
| matrix_iterator |
( |
MATRIXTYPE & |
mat, |
|
|
unsigned int |
start_row, |
|
|
unsigned int |
start_col |
|
) |
| [inline] |
Member Function Documentation
| unsigned int index1 |
( |
| ) |
[inline] |
| unsigned int index2 |
( |
| ) |
[inline] |
| bool operator!= |
( |
self_type const & |
other | ) |
[inline] |
| MATRIXTYPE& operator() |
( |
void |
| ) |
const [inline] |
| bool operator== |
( |
self_type const & |
other | ) |
[inline] |
The documentation for this class was generated from the following file: