Skip to content

Eigen does not work for Double64 matrices without GenericSchur #198

@jaredjeya

Description

@jaredjeya

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions