matmul_test


matmul_test, a C code which calls matmul() to compare various methods for computing the matrix product


        A * B = C.
      

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:

matmul, a C code which an interactive matrix multiplication benchmark.

Source Code:


Last revised on 14 July 2019.