SciPy

This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).

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

Previous topic

scipy.linalg.lapack.dsbevx

Next topic

scipy.linalg.lapack.dstebz