scipy.linalg.lapack.dpotrs#
- scipy.linalg.lapack.dpotrs(c, b[, lower, overwrite_b]) = <fortran 函数 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