LICENSE
MANIFEST.in
README.md
pyproject.toml
src/schurilu/__init__.py
src/schurilu.egg-info/PKG-INFO
src/schurilu.egg-info/SOURCES.txt
src/schurilu.egg-info/dependency_links.txt
src/schurilu.egg-info/requires.txt
src/schurilu.egg-info/top_level.txt
src/schurilu/krylov/__init__.py
src/schurilu/krylov/fgmres.py
src/schurilu/krylov/fgmrez.py
src/schurilu/krylov/pcg.py
src/schurilu/krylov/planczos.py
src/schurilu/preconditioners/__init__.py
src/schurilu/preconditioners/_base.py
src/schurilu/preconditioners/fsai.py
src/schurilu/preconditioners/gemslr.py
src/schurilu/preconditioners/ilu0.py
src/schurilu/preconditioners/iluk.py
src/schurilu/preconditioners/ilut.py
src/schurilu/reordering/__init__.py
src/schurilu/reordering/spectral.py
src/schurilu/utils/__init__.py
src/schurilu/utils/_helpers.py
tests/__init__.py
tests/conftest.py
tests/test_fsai0.py
tests/test_gemslr.py
tests/test_ilu.py
tests/test_krylov.py
tests/test_reordering.py
tests/test_rlap2d.py
tests/test_utils.py