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?