Skip to content

[Feature] Add dependency-free GMRES #55

@tvercaut

Description

@tvercaut

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions