Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Matrix Fortran语言中的矩阵幂函数_Matrix_Fortran - Fatal编程技术网

Matrix Fortran语言中的矩阵幂函数

Matrix Fortran语言中的矩阵幂函数,matrix,fortran,Matrix,Fortran,一个简短的问题 我在谷歌上搜索了一下,但仍然找不到答案:fortran中的矩阵幂函数是什么(或者是否有) 谢谢,Fortran中没有内在的矩阵幂函数。有一个内在的matmul函数用于矩阵相乘,这可能会有所帮助。谢谢,马克,我刚刚更新了我的代码。它现在运行良好。

一个简短的问题

我在谷歌上搜索了一下,但仍然找不到答案:fortran中的矩阵幂函数是什么(或者是否有)


谢谢,

Fortran中没有内在的矩阵幂函数。有一个内在的
matmul
函数用于矩阵相乘,这可能会有所帮助。

谢谢,马克,我刚刚更新了我的代码。它现在运行良好。