SciPy

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

scipy.linalg.lapack.zsyequb

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

Wrapper for zsyequb.

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

Previous topic

scipy.linalg.lapack.csyequb

Next topic

scipy.linalg.lapack.ssyev