You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm trying to diagonalise a Double64 matrix, but Julia throws an error when I do this:
Yet bizarrely, various other functions such as
lu
and eveneigvals
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?
The text was updated successfully, but these errors were encountered: