.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/doc-publish.yml
.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/benchmarks/jacobian_squared.py
docs/dev/index.md
docs/javascripts/mathjax.js
matfree/__init__.py
matfree/_version.py
matfree/benchmark_util.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_decomp/__init__.py
tests/test_decomp/test_gkl_bidiagonal.py
tests/test_decomp/test_lanczos_tridiagonal.py
tests/test_decomp/test_svd.py
tests/test_hutch/__init__.py
tests/test_hutch/test_diagonal.py
tests/test_hutch/test_frobeniusnorm_squared.py
tests/test_hutch/test_trace.py
tests/test_hutch/test_trace_and_diagonal.py
tests/test_montecarlo/__init__.py
tests/test_montecarlo/test_estimate.py
tests/test_montecarlo/test_van_der_corput.py
tests/test_slq/__init__.py
tests/test_slq/test_logdet.py
tests/test_slq/test_logdet_autodiff.py