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.ssyev

scipy.linalg.lapack.ssyev(a[, compute_v, lower, lwork, overwrite_a]) = <fortran object>

Wrapper for ssyev.

Parameters
ainput rank-2 array(‘f’) with bounds (n,n)
Returns
wrank-1 array(‘f’) with bounds (n)
vrank-2 array(‘f’) with bounds (n,n) and a storage
infoint
Other Parameters
compute_vinput int, optional

Default: 1

lowerinput int, optional

Default: 0

overwrite_ainput int, optional

Default: 0

lworkinput int, optional

Default: max(3*n-1,1)

Previous topic

scipy.linalg.lapack.zsyequb

Next topic

scipy.linalg.lapack.dsyev