Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
jacobi.cxx File Reference
#include <ctf.hpp>
Include dependency graph for jacobi.cxx:
This graph shows which files directly or indirectly include this file:

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)