scipy.linalg.lapack.chetrs#

scipy.linalg.lapack.chetrs(a, ipiv, b[, lower, overwrite_b]) = <fortran function chetrs>#

chetrs 的包装器。

参数:
a输入秩为 2 的数组 ('F'),边界为 (lda,n)
ipiv输入秩为 1 的数组 ('i'),边界为 (n)
b输入秩为 2 的数组 ('F'),边界为 (ldb,nrhs)
返回值:
x秩为 2 的数组 ('F'),边界为 (ldb,nrhs) 和 b 存储
infoint
其他参数:
overwrite_b输入 int,可选

默认值:0

lower输入 int,可选

默认值:0