scipy.linalg.lapack.dstebz#
- scipy.linalg.lapack.dstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran function dstebz>#
Wrapper for
dstebz
.- Parameters:
- dinput rank-1 array(‘d’) with bounds (n)
- einput rank-1 array(‘d’) with bounds (-1 + n)
- rangeinput int
- vlinput float
- vuinput float
- ilinput int
- iuinput int
- tolinput float
- orderinput bytes
- Returns:
- mint
- wrank-1 array(‘d’) with bounds (n)
- iblockrank-1 array(‘i’) with bounds (n)
- isplitrank-1 array(‘i’) with bounds (n)
- infoint