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 does not work for Double64 matrices without GenericSchur #198

Open
jaredjeya opened this issue Apr 16, 2024 · 0 comments
Open

Eigen does not work for Double64 matrices without GenericSchur #198

jaredjeya opened this issue Apr 16, 2024 · 0 comments

Comments

@jaredjeya
Copy link

I'm trying to diagonalise a Double64 matrix, but Julia throws an error when I do this:

No method matching eigen!(::Symmetric{Double64, Matrix{Double64}}; sortby::Nothing)

Yet bizarrely, various other functions such as lu and even eigvals work on this input.

Apparently the solution to this is to also import GenericSchur at runtime, but this is not documented anywhere in the library -- in fact, the documentation suggests it will work with just DoubleFloats. Can you please update the documentation?

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