#include "viennacl/scalar.hpp"
#include "viennacl/vector.hpp"
#include <iostream>
#include <limits>
#include <string>
#include <iomanip>
Go to the source code of this file.
Typedefs | |
typedef int | ScalarType |
Functions | |
int | main () |
Tests inclusive and exclusive scan operations.
Definition in file scan.cpp.
typedef int ScalarType |