Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
scan.cxx File Reference
#include <ctf.hpp>
#include <float.h>
Include dependency graph for scan.cxx:

Go to the source code of this file.

Functions

template<typename dtype >
void rec_scan (Tensor< dtype > &V)
 
template<typename dtype >
void scan (Vector< dtype > &v, int logn)
 
int scan_test (int logn, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)