scipy.linalg.lapack.sstebz#

scipy.linalg.lapack.sstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran function sstebz>#

sstebz 的包裝函式。

參數:
d輸入 秩為 1 的陣列(‘f’),邊界為 (n)
e輸入 秩為 1 的陣列(‘f’),邊界為 (-1 + n)
range輸入 int
vl輸入 float
vu輸入 float
il輸入 int
iu輸入 int
tol輸入 float
order輸入 bytes
返回:
mint
w秩為 1 的陣列(‘f’),邊界為 (n)
iblock秩為 1 的陣列(‘i’),邊界為 (n)
isplit秩為 1 的陣列(‘i’),邊界為 (n)
infoint