scipy.linalg.lapack.dpotrs#

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

dpotrs 的包装器。

参数:
c输入秩 2 数组(‘d’),边界为 (n,n)
b输入秩 2 数组(‘d’),边界为 (n,nrhs)
返回值:
x秩 2 数组(‘d’),边界为 (n,nrhs),并使用 b 存储
infoint
其他参数:
overwrite_b输入 int,可选

默认值:0

lower输入 int,可选

默认值:0