An evaluation of risks associated with relying on Fortran for mission critical codes for the next 15 years

There may be a misunderstanding that the matrix multiplication in matlab is not performant, or is used when “performance is not the primary concern”. I am sorry but this is wrong.

The matrix multiplication in matlab works much (much) better than the intrinsic matmul of Fortran compiled with the default compilation options, no matter which compiler it is. See the comparison at

Sure, the matrix multiplication in matlab cannot work so well without the Fortran library behind it.

1 Like