mxm_test, a MATLAB code which calls mxm(), which sets up a matrix-matrix multiplication problem A = B * C, and reports the timings.
The information on this web page is distributed under the MIT license.
mxm, a MATLAB code 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.