scipy.linalg.lapack.sstebz¶
- 
scipy.linalg.lapack.sstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran object>¶ Wrapper for
sstebz.- Parameters
 - dinput rank-1 array(‘f’) with bounds (n)
 - einput rank-1 array(‘f’) 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(‘f’) with bounds (n)
 - iblockrank-1 array(‘i’) with bounds (n)
 - isplitrank-1 array(‘i’) with bounds (n)
 - infoint
 
