mxm_test


mxm_test, a Fortran90 code which calls mxm(), which sets up a matrix-matrix multiplication problem A = B * C, and carries it out using

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

mxm, a Fortran90 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 14 January 2025.