scipy.linalg.lapack.spttrf#
- scipy.linalg.lapack.spttrf(d, e[, overwrite_d, overwrite_e]) = <fortran function spttrf>#
spttrf
的包装器。- 参数:
- d输入秩 1 数组(‘f’),边界为 (n)
- e输入秩 1 数组(‘f’),边界为 ((n > 0?-1 + n:0))
- 返回值:
- d秩 1 数组(‘f’),边界为 (n)
- e秩 1 数组(‘f’),边界为 ((n > 0?-1 + n:0))
- infoint
- 其他参数:
- overwrite_d输入 int,可选
默认值:0
- overwrite_e输入 int,可选
默认值:0