scipy.linalg.lapack.sstev#

scipy.linalg.lapack.sstev(d, e[, compute_v, overwrite_d, overwrite_e]) = <fortran function sstev>#

sstev 的包装器。

参数::
d输入秩 1 数组('f'),边界为 (n)
e输入秩 1 数组('f'),边界为 (MAX(-1 + n, 1))
返回值::
vals秩 1 数组('f'),边界为 (n),使用 d 存储
z秩 2 数组('f'),边界为 (ldz,(compute_v?n:1))
infoint
其他参数::
overwrite_d输入 int,可选

默认值:0

overwrite_e输入 int,可选

默认值:0

compute_v输入 int,可选

默认值:1