matmul_test


matmul_test, a Fortran77 code which calls matmul(), which compares various methods for computing the matrix product A * B = C.

Licensing:

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

Related Data and Programs:

matmul, a Fortran77 code which compares various methods for computing the matrix product


        A * B = C.
      

Source Code:


Last revised on 24 October 2023.