jacobi_openmp_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

jacobi_openmp, a C++ code which illustrates the use of the OpenMP application program interface to parallelize a Jacobi iteration solving A*x=b.

Source code:


Last revised on 20 March 2020.