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
In contrast to the popular CG method, the MINRES method does not assume that the matrix is positive definite, only the symmetry of the matrix is mandatory.
GMRES vs. MINRES
The GMRES method is essentially a generalization of MINRES for arbitrary matrices.
Copy-pasting from wikipedia:
It would be nice to provide an dependency-free implementation of GMRES here. It could be ported from COLA:
https://github.com/wilson-labs/cola/blob/main/cola/linalg/inverse/gmres.py
It should be noted that GMRES is already available in this repo through JAX or CUPY bindings:
The text was updated successfully, but these errors were encountered: