📄 matrix_multiply_f90_output.txt
字号:
2 November 2007 2:55:43.713 PM MATRIX_MULTIPLY: FORTRAN90 version. This program: * generates matrices A and B; * writes them to files; * calls MATLAB (via the SYSTEM routine) which ** reads A and B from files; ** computes C = A * B; ** writes C to a file; * reads C from the file; * reports the success of the computation. Matrix order N = 10 Matrix parameter ALPHA = 2.00000 Matrix parameter BETA = 3.00000 Issued call to MATLAB. MATLAB sesion terminated normally. Frobenius norm of A * B - I is 0.00000 MATRIX_MULTIPLY: Normal end of execution. 2 November 2007 2:55:51.442 PM
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -