.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/release.yml
docs/index.md
docs/api/decomp.md
docs/api/hutch.md
docs/api/montecarlo.md
docs/api/slq.md
docs/benchmarks/control_variates.py
docs/benchmarks/index.md
docs/dev/index.md
matfree/__init__.py
matfree/_version.py
matfree/decomp.py
matfree/hutch.py
matfree/montecarlo.py
matfree/slq.py
matfree/test_util.py
matfree.egg-info/PKG-INFO
matfree.egg-info/SOURCES.txt
matfree.egg-info/dependency_links.txt
matfree.egg-info/requires.txt
matfree.egg-info/top_level.txt
matfree/backend/__init__.py
matfree/backend/containers.py
matfree/backend/control_flow.py
matfree/backend/func.py
matfree/backend/linalg.py
matfree/backend/np.py
matfree/backend/plt.py
matfree/backend/prng.py
matfree/backend/progressbar.py
matfree/backend/testing.py
matfree/backend/time.py
matfree/backend/typing.py
tests/__init__.py
tests/test_autodiff.py
tests/test_decomp.py
tests/test_hutch.py
tests/test_montecarlo.py
tests/test_slq.py