mxm_openmp_test


mxm_openmp_test, a C++ code which calls mxm_openmp(), which sets up a dense matrix multiplication problem C = A * B, using OpenMP for parallel execution.

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:

mxm_openmp, a C++ code which computes a dense matrix product C=A*B, using OpenMP for parallel execution.

Source Code:


Last revised on 27 March 2020.