scipy.linalg.lapack.csyequb#

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

Wrapper for csyequb.

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