SciPy

scipy.linalg.lapack.dstebz

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

Wrapper for dstebz.

Parameters
dinput rank-1 array(‘d’) with bounds (n)
einput rank-1 array(‘d’) with bounds (n - 1)
rangeinput int
vlinput float
vuinput float
ilinput int
iuinput int
tolinput float
orderinput string(len=1)
Returns
mint
wrank-1 array(‘d’) with bounds (n)
iblockrank-1 array(‘i’) with bounds (n)
isplitrank-1 array(‘i’) with bounds (n)
infoint

Previous topic

scipy.linalg.lapack.sstebz

Next topic

scipy.linalg.lapack.sstein