Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the behaviour of Eigenvalues and Eigenvectors #804

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Fixed the behaviour of Eigenvalues and Eigenvectors #804

merged 1 commit into from
Aug 26, 2020

Conversation

GarkGarcia
Copy link
Contributor

@GarkGarcia GarkGarcia commented Aug 24, 2020

This is a follow up to #795. Although Mathics had no problem computing the eigenvalues and eigenvectors of complex matrices, it tried sorting them before returning the results, which caused errors. This PR makes it so that the results are only sorted whenever it's possible to do so.

@wolfv
Copy link
Member

wolfv commented Aug 26, 2020

Thanks!

@GarkGarcia GarkGarcia mentioned this pull request Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants