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

Deal with new ritz values in 1:nlock range #117

Conversation

haampie
Copy link
Member

@haampie haampie commented Feb 7, 2024

ArnoldiMethod.jl did not deal with repeated eigenvalues well.

The typical convergence behavior is that the second converges slower / after
the first, so that when sorted by, a not yet converged eigenvalue may pop up in
the range 1:nlock. I guess previously they all converged nicely in order.

ArnoldiMethod.jl did not seems to deal with repeated eigenvalues, where
the convergence behavior is such that the second converges slower than
the first, meaning we may need to add it to the locked vectors later.
@haampie haampie marked this pull request as draft February 7, 2024 17:26
@haampie haampie closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant