SciPy

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

scipy.linalg.lapack.ssterf

scipy.linalg.lapack.ssterf(d, e[, overwrite_d, overwrite_e]) = <fortran object>

Wrapper for ssterf.

Parameters:

d : input rank-1 array(‘f’) with bounds (n)

e : input rank-1 array(‘f’) with bounds (n - 1)

Returns:

vals : rank-1 array(‘f’) with bounds (n) and d storage

info : int

Other Parameters:
 

overwrite_d : input int, optional

Default: 0

overwrite_e : input int, optional

Default: 0