This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.sstein#
- scipy.linalg.lapack.sstein(d, e, w, iblock, isplit) = <fortran object>#
Wrapper for
sstein
.- Parameters
- dinput rank-1 array(‘f’) with bounds (n)
- einput rank-1 array(‘f’) with bounds (-1 + n)
- winput rank-1 array(‘f’) with bounds (m)
- iblockinput rank-1 array(‘i’) with bounds (n)
- isplitinput rank-1 array(‘i’) with bounds (n)
- Returns
- zrank-2 array(‘f’) with bounds (ldz,m)
- infoint