2个回答
展开全部
需要用IMSL数学库,“USE NUMERICAL_LIBRARIES”
矩阵求逆函数:LINRG/DLINRG (Single/Double precision):
Usage:
CALL LINRG (N, A, LDA, AINV, LDAINV)
Arguments:
N — Order of the matrix A. (Input)
A — N by N matrix containing the matrix to be inverted. (Input)
LDA — Leading dimension of A exactly as specified in the dimension statement
of the calling program. (Input)
AINV — N by N matrix containing the inverse of A. (Output)
If A is not needed, A and AINV can share the same storage locations.
LDAINV — Leading dimension of AINV exactly as specified in the dimension
statement of the calling program. (Input)
矩阵求逆函数:LINRG/DLINRG (Single/Double precision):
Usage:
CALL LINRG (N, A, LDA, AINV, LDAINV)
Arguments:
N — Order of the matrix A. (Input)
A — N by N matrix containing the matrix to be inverted. (Input)
LDA — Leading dimension of A exactly as specified in the dimension statement
of the calling program. (Input)
AINV — N by N matrix containing the inverse of A. (Output)
If A is not needed, A and AINV can share the same storage locations.
LDAINV — Leading dimension of AINV exactly as specified in the dimension
statement of the calling program. (Input)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询