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

scipy.linalg.lapack.ssyequb

scipy.linalg.lapack.ssyequb(a[, lower]) = <fortran object>

Wrapper for ssyequb.

Parameters
ainput rank-2 array(‘f’) with bounds (lda,n)
Returns
srank-1 array(‘f’) with bounds (n)
scondfloat
amaxfloat
infoint
Other Parameters
lowerinput int, optional

Default: 0