You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 tojax
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.
The text was updated successfully, but these errors were encountered: