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

eigen and eigvals not defined for real symmetric matrices #144

Open
araujoms opened this issue Dec 11, 2024 · 0 comments
Open

eigen and eigvals not defined for real symmetric matrices #144

araujoms opened this issue Dec 11, 2024 · 0 comments

Comments

@araujoms
Copy link

a = Symmetric(randn(BigFloat,2,2)); eigen(a); eigvals(a) fails, while
a = Hermitian(randn(BigFloat,2,2)); eigen(a); eigvals(a) works.

It would be nice to accept real symmetric arguments, in order to match the behaviour of LinearAlgebra.

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

No branches or pull requests

1 participant