This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute eigenvalues from an ordinary or generalized eigenvalue problem.
Find eigenvalues of a general matrix:
a vr[:,i] = w[i] b vr[:,i]
Parameters : | a : (M, M) array_like
b : (M, M) array_like, optional
overwrite_a : boolean, optional
check_finite : boolean, optional
|
---|---|
Returns : | w : (M,) double or complex ndarray
|
Raises : | LinAlgError :
|