-
Notifications
You must be signed in to change notification settings - Fork 4
[Feature] Add dependency-free GMRES #55
Copy link
Copy link
Open
Description
Copy-pasting from wikipedia:
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.
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels