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