ginkgo
ginkgo copied to clipboard
GCR Krylov Solver
label!
check-format!
Error: The following files need to be formatted:
core/solver/gcr.cpp
reference/solver/gcr_kernels.cpp
test/solver/gcr_kernels.cpp
You can find a formatting patch under Artifacts here or run format!
if you have write access to Ginkgo
Thanks @kho19 for your contribution. Before I get to reviewing, do you mind posting a literature reference for the algorithm you've implemented? It would also be nice to have that reference in the code documentation.
GCR was based on the description in Iterative methods for sparse linear systems by Yousef Saad. I'll include this in the documentation.