scipy.linalg.lapack.sstebz¶
- 
scipy.linalg.lapack.sstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran object>¶ Wrapper for
sstebz.Parameters: - d : input rank-1 array(‘f’) with bounds (n)
 - e : input rank-1 array(‘f’) with bounds (n - 1)
 - range : input int
 - vl : input float
 - vu : input float
 - il : input int
 - iu : input int
 - tol : input float
 - order : input string(len=1)
 
Returns: - m : int
 - w : rank-1 array(‘f’) with bounds (n)
 - iblock : rank-1 array(‘i’) with bounds (n)
 - isplit : rank-1 array(‘i’) with bounds (n)
 - info : int
 
