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