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