scipy.linalg.lapack.dposv#
- scipy.linalg.lapack.dposv(a, b[, lower, overwrite_a, overwrite_b]) = <fortran 函数 dposv>#
dposv
的包装器。- 参数:
- a输入秩为 2 的数组('d'),边界为 (n,n)
- b输入秩为 2 的数组('d'),边界为 (n,nrhs)
- 返回:
- c秩为 2 的数组('d'),边界为 (n,n) 并存储
- x秩为 2 的数组('d'),边界为 (n,nrhs) 并存储 b
- infoint
- 其他参数:
- overwrite_a输入 int,可选
默认值: 0
- overwrite_b输入 int,可选
默认值: 0
- lower输入 int,可选
默认值: 0