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

scipy.linalg.lapack.dsyequb#

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

Wrapper for dsyequb.

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

Default: 0