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
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.
The text was updated successfully, but these errors were encountered:
When the argument
alg
was added toeigen
andeigvals
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 sincesvd
has accepted an actual keyword argumentalg
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.The text was updated successfully, but these errors were encountered: