mxm_test


mxm_test, an Octave code which calls mxm(), which sets up a matrix-matrix multiplication problem A = B * C, and reports the timings.

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:

mxm, an Octave 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.

Source Code:


Last revised on 05 June 2023.