Skip to content

alg is not a keyword argument #1208

@araujoms

Description

@araujoms

When the argument alg was added to eigen and eigvals in JuliaLang/julia#49355 it was added as a positional argument, but the docstrings and error messages refer to it as a keyword argument. One could simply change them, but since svd has accepted an actual keyword argument alg since Julia 1.3, perhaps it is better to make the new one a keyword argument for consistency? That wouldn't break anything since Julia 1.12 is not yet released.

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