matrix_multiply_f90_output.txt

来自「F90_MATLAB作为演示fortran90和matlab相互作用的例子:)」· 文本 代码 · 共 30 行

TXT
30
字号
 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 + =
减小字号Ctrl + -
显示快捷键?