.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/doc-publish.yml
.github/workflows/release.yml
docs/javascripts/mathjax.js
matfree/__init__.py
matfree/_version.py
matfree/bounds.py
matfree/decomp.py
matfree/hutchinson.py
matfree/pinv.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/tree_util.py
matfree/backend/typing.py
scripts/generate_api_docs.py
scripts/readme_to_dev_docs.py
scripts/tutorials_to_py_light.py
tests/test_bounds/test_bai_golub.py
tests/test_decomp/test_bidiagonal_full_reortho.py
tests/test_decomp/test_svd.py
tests/test_decomp/test_tridiagonal_full_reortho.py
tests/test_hutchinson/test_diagonal.py
tests/test_hutchinson/test_estimate_multiple_stats.py
tests/test_hutchinson/test_frobeniusnorm_squared.py
tests/test_hutchinson/test_trace.py
tests/test_hutchinson/test_trace_and_diagonal.py
tests/test_hutchinson/test_trace_moments.py
tests/test_pinv/test_pseudo_inverse_correct.py
tests/test_slq/test_logdet_product.py
tests/test_slq/test_logdet_spd.py
tests/test_slq/test_schatten_norm.py
tutorials/1_log_determinants.py
tutorials/2_pytree_logdeterminants.py
tutorials/3_uncertainty_quantification.py
tutorials/4_control_variates.py
tutorials/5_vector_calculus.py