jacobi_openmp_test, a C code which calls jacobi_openmp(), which illustrates the use of the OpenMP application program interface to parallelize a Jacobi iteration solving A*x=b.
The information on this web page is distributed under the MIT license.
jacobi_openmp, a C code which uses OpenMP to parallelize a Jacobi iteration for solving A*x=b.