scipy.linalg.lapack.ssterf¶
- 
scipy.linalg.lapack.ssterf(d, e[, overwrite_d, overwrite_e]) = <fortran object>¶ Wrapper for
ssterf.- Parameters
 - dinput rank-1 array(‘f’) with bounds (n)
 - einput rank-1 array(‘f’) with bounds (n - 1)
 
- 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
