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