scipy.linalg.lapack.zpotrs#
- scipy.linalg.lapack.zpotrs(c, b[, lower, overwrite_b]) = <fortran function zpotrs>#
用于
zpotrs
的包装器。- 参数:
- c输入秩为 2 的数组(‘D’),边界为 (n,n)
- b输入秩为 2 的数组(‘D’),边界为 (n,nrhs)
- 返回值:
- x秩为 2 的数组(‘D’),边界为 (n,nrhs) 且存储为 b
- infoint
- 其他参数:
- overwrite_b输入 int,可选
默认值:0
- lower输入 int,可选
默认值:0