scipy.linalg.lapack.zhetrs#

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

zhetrs 的包装器。

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

默认值:0

lower输入 int,可选

默认值:0