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 : array_like, shape (M, M)
b : array_like, shape (M, M), optional
overwrite_a : boolean, optional
|
---|---|
Returns : | w : double or complex ndarray, shape (M,)
|
Raises : | LinAlgError :
|