SciPy

This is documentation for an old release of SciPy (version 1.5.3). 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
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

Previous topic

scipy.linalg.lapack.dsfrk

Next topic

scipy.linalg.lapack.dstebz