mxm, a Python code which sets up a matrix-matrix multiplication problem A = B * C, and carries it out using
The user is allowed to specify N1, N2, and N3, which define the matrix sizes.
mxm n1 n2 n3where
The computer code and data files described and made available on this web page are distributed under the MIT license.
mxm is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
timer_test, a Python code which demonstrates how to compute CPU time or elapsed time.