mxm


mxm, a C 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.

Usage:

mxm n1 n2 n3
where

Licensing:

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

Languages:

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.

Related Data and Programs:

mxm_test

linpack_bench, a C code which measures the time needed to factor and solve a "large" (N=1000) dense linear system of equations, and is used as a benchmark.

timer, a C code which computes CPU time or elapsed time.

Reference:

  1. John Burkardt, Paul Puglielli,
    Pittsburgh Supercomputing Center,
    MATMUL: An Interactive Matrix Multiplication Benchmark

Source Code:


Last revised on 14 July 2019.