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

New Solver: Randomized Arnoldi Solver #68

Open
VChristian opened this issue Sep 4, 2024 · 0 comments
Open

New Solver: Randomized Arnoldi Solver #68

VChristian opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VChristian
Copy link
Contributor

Implement Randomized Arnoldi Solver from https://arxiv.org/pdf/2302.07466 under linear_solver_routines.

  • This solver does not fit within the current framework, so given A, b, x it should return a solution.
  • The documentation will have to be updated with a section entitled "Alternative Solvers".
@VChristian VChristian added the enhancement New feature or request label Sep 4, 2024
@VChristian VChristian self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant