scipy.linalg.lapack.ssterf#
- scipy.linalg.lapack.ssterf(d, e[, overwrite_d, overwrite_e]) = <fortran function ssterf>#
- Wrapper for - ssterf.- Parameters:
- dinput rank-1 array(‘f’) with bounds (n)
- einput rank-1 array(‘f’) with bounds (-1 + n)
 
- Returns:
- valsrank-1 array(‘f’) with bounds (n) and d storage
- infoint
 
- Other Parameters:
- overwrite_dinput int, optional
- Default: 0 
- overwrite_einput int, optional
- Default: 0