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.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 (n - 1)
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

Previous topic

scipy.linalg.lapack.dstebz

Next topic

scipy.linalg.lapack.dstein