Mon Jan 1 19:22:16 2024 mxm_test(): Python version: 3.8.10 Test mxm(). mxm(): Compute matrix-matrix product A = B * C Matrix B is 300 by 300 Matrix C is 300 by 300 Matrix A is 300 by 300 Number of floating point operations = 54000000 Estimated CPU time is 0.02076923076923077 seconds Method Cpu Seconds MegaFlopS ------ -------------- -------------- IJK 12.255268 4.406268 IKJ 12.470904 4.330079 JIK 12.338011 4.376719 JKI 12.463309 4.332718 KIJ 12.333497 4.378320 KJI 12.478146 4.327566 matmul() 0.001279 42215.039417 mxm_test(): Normal end of execution. Mon Jan 1 19:23:31 2024