Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move alg to a keyword argument in symmetric eigen #1214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jishnub
Copy link
Collaborator

@jishnub jishnub commented Feb 20, 2025

This reopens JuliaLang/julia#55481

One argument there was that packages may wish to define custom eigenvalue algorithms. I'm unsure if this is common, but in principle, we may provide an internal method eigen(A, alg) that packages extend, and users may call the method with alg as a keyword argument.

Fixes #1208

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.91%. Comparing base (0a9c164) to head (e25f2b9).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1214   +/-   ##
=======================================
  Coverage   91.91%   91.91%           
=======================================
  Files          34       34           
  Lines       15371    15371           
=======================================
+ Hits        14128    14129    +1     
+ Misses       1243     1242    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dkarrasch
Copy link
Member

Does this need backporting to v1.12 before it's released?

@jishnub
Copy link
Collaborator Author

jishnub commented Feb 21, 2025

Yes, indeed

@jishnub jishnub added the backport 1.12 Change should be backported to release-1.12 label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.12 Change should be backported to release-1.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

alg is not a keyword argument
2 participants