scipy.linalg.lapack.spotrs#

scipy.linalg.lapack.spotrs(c, b[, lower, overwrite_b]) = <fortran function spotrs>#

spotrs 的包装器。

参数:
c输入 rank-2 数组(‘f’),边界为 (n,n)
b输入 rank-2 数组(‘f’),边界为 (n,nrhs)
返回值:
xrank-2 数组(‘f’),边界为 (n,nrhs) 且 b 存储
infoint
其他参数:
overwrite_b输入 int,可选

默认值:0

lower输入 int,可选

默认值:0