Skip to content

J-N-ch/GMRES_py_restart

Repository files navigation

GMRES_py (Restarted GMRES with a python class object)

type the command below to run the example of how to use GMRES.py

python3 example.py image

python3 example1.py image

python3 example2.py image

Running tests

After installing numpy and scipy, you can run the included tests with:

pytest