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