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

Add lineax solvers #186

Open
astanziola opened this issue Jun 23, 2023 · 1 comment
Open

Add lineax solvers #186

astanziola opened this issue Jun 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@astanziola
Copy link
Member

The new lineax library has a bunch of solvers for linear systems, including GMRES, that would be worth exploring to see if there's any benefit compared to jax GMRES.

Furthermore, since at some point we would like to test out the WaveHoltz method, which kindly provides a positive definite and potentially symmetric operator 😄 , we might want to use different solvers such as CG, so setting up this framework now seems beneficial.

@astanziola astanziola added enhancement New feature or request question Further information is requested labels Jun 23, 2023
@astanziola astanziola self-assigned this Jun 23, 2023
@astanziola
Copy link
Member Author

Reconsider once patrick-kidger/lineax#57 is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant