|
Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include <ctf.hpp>

Go to the source code of this file.
Functions | |
| void | jacobi_iter (Matrix<> &R, Vector<> &b, Vector<> &d, Vector<> &x) |
| int | jacobi (int n, World &dw) |
| char * | getCmdOption (char **begin, char **end, const std::string &option) |
| int | main (int argc, char **argv) |