scipy.linalg.lapack.spttrs#
- scipy.linalg.lapack.spttrs(d, e, b[, overwrite_b]) = <fortran 函数 spttrs>#
的包装器
spttrs
。- 参数:
- d输入秩为 1 的数组(‘f’),边界为 (n)
- e输入秩为 1 的数组(‘f’),边界为 ((n > 0?-1 + n:0))
- b输入秩为 2 的数组(‘f’),边界为 (ldb,nrhs)
- 返回值:
- x秩为 2 的数组(‘f’),边界为 (ldb,nrhs) 和 b 存储
- infoint
- 其他参数:
- overwrite_b输入 int,可选
默认值:0