|
ViennaCL - The Vienna Computing Library
1.5.1
|
uBLAS-like iterator class for iterating over the entries of a dense matrix. More...
#include <matrix.hpp>
Public Types | |
| typedef MATRIXTYPE::value_type | value_type |
Public Member Functions | |
| matrix_iterator (MATRIXTYPE &mat, vcl_size_t start_row, vcl_size_t start_col) | |
| value_type | operator* (void) |
| self_type & | operator++ (void) |
| self_type | operator++ (int) |
| bool | operator== (self_type const &other) |
| bool | operator!= (self_type const &other) |
| vcl_size_t | index1 () |
| vcl_size_t | index2 () |
| MATRIXTYPE & | operator() (void) const |
uBLAS-like iterator class for iterating over the entries of a dense matrix.
| typedef MATRIXTYPE::value_type value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6