-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rank one update #86
Closed
Closed
Rank one update #86
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rosecers
force-pushed
the
rank_one_update
branch
10 times, most recently
from
March 25, 2021 15:14
2afe562
to
b310cc5
Compare
still some instabilities that I suspect are due to zero eigenvalues.
rosecers
force-pushed
the
rank_one_update
branch
from
March 30, 2021 12:59
b310cc5
to
dc2ce10
Compare
rosecers
force-pushed
the
rank_one_update
branch
from
March 30, 2021 13:00
dc2ce10
to
d75c5a1
Compare
I am closing this PR because we have decided to move rank-one updates to a separate repository. Remaining relevant changes have been moved to #97. |
should we remove the branch or do you still need it to move to a separate repo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A branch to add the utilities of rank one updates for symmetric eigenproblems. Current implementations follow these papers:
BNS:
https://en.wikipedia.org/wiki/Bunch%E2%80%93Nielsen%E2%80%93Sorensen_formula
https://link.springer.com/content/pdf/10.1007/BF01396012.pdf
Gu-Eisenstadt:
https://epubs.siam.org/doi/pdf/10.1137/S089547989223924X
https://people.inf.ethz.ch/arbenz/ewp/Lnotes/lsevp.pdf
Currently, the Gu-Eisenstadt does not work for full matrices, and the BNS is dreadfully off. Any comments on implementation appreciated.