sortby
keywords not supported in eigvals()
with Symmetric
matrices
#883
Labels
good first issue
Good for newcomers
I am trying to sort the eigenvalues of a symmetric matrix in a different order. Then with the
Symmetric
type of matrices, the keywordsortby
can work for the functioneigen()
but noteigvals()
. An example:The above one-line code can work and output the eigens in descending order:
However, for
an error shows up:
The text was updated successfully, but these errors were encountered: