SciPy

This is documentation for an old release of SciPy (version 1.1.0). 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:
d : input rank-1 array(‘f’) with bounds (n)
e : input rank-1 array(‘f’) with bounds (n - 1)
w : input rank-1 array(‘f’) with bounds (m)
iblock : input rank-1 array(‘i’) with bounds (n)
isplit : input rank-1 array(‘i’) with bounds (n)
Returns:
z : rank-2 array(‘f’) with bounds (ldz,m)
info : int