matmul_test, a C code which calls matmul() to compare various methods for computing the matrix product
A * B = C.
The computer code and data files described and made available on this web page are distributed under the MIT license
matmul, a C code which an interactive matrix multiplication benchmark.