#include <iostream>
#include <stdlib.h>
#include "viennacl/matrix.hpp"
#include "viennacl/vector.hpp"
Go to the source code of this file.
Functions | |
template<typename NumericT > | |
int | test () |
int | main () |
Tests the iterators in ViennaCL.
Definition in file iterators.cpp.
int main | ( | ) |
Definition at line 70 of file iterators.cpp.
int test | ( | ) |
Definition at line 40 of file iterators.cpp.