mxm_test, a MATLAB program which calls mxm() to set up a matrix-matrix multiplication problem A = B * C, and report the timings.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
mxm, a MATLAB program which sets up a matrix multiplication problem A=B*C of arbitrary size, and compares the time required for IJK, IKJ, JIK, JKI, KIJ and KJI orderings of the loops.