.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
.github/release.yml
.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/eig.py
matfree/funm.py
matfree/low_rank.py
matfree/lstsq.py
matfree/stochtrace.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/config.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/testing.py
matfree/backend/time.py
matfree/backend/tree.py
matfree/backend/typing.py
scripts/generate_api_docs.py
scripts/readme_to_dev_docs.py
scripts/tutorials_to_py_light.py
tests/test_lstsq.py
tests/test_bounds/test_bai_golub.py
tests/test_decomp/test_bidiag.py
tests/test_decomp/test_consistency.py
tests/test_decomp/test_hessenberg.py
tests/test_decomp/test_hessenberg_adjoint.py
tests/test_decomp/test_tridiag_sym.py
tests/test_decomp/test_tridiag_sym_adjoint.py
tests/test_eig/test_eig_partial.py
tests/test_eig/test_eigh_partial.py
tests/test_eig/test_svd_partial.py
tests/test_funm/test_funm_arnoldi.py
tests/test_funm/test_funm_chebyshev.py
tests/test_funm/test_funm_lanczos_sym.py
tests/test_funm/test_integrand_funm_product_logdet.py
tests/test_funm/test_integrand_funm_product_schatten_norm.py
tests/test_funm/test_integrand_funm_sym_logdet.py
tests/test_low_rank/test_cholesky.py
tests/test_low_rank/test_preconditioner.py
tests/test_stochtrace/test_diagonal.py
tests/test_stochtrace/test_frobeniusnorm_squared.py
tests/test_stochtrace/test_trace.py
tests/test_stochtrace/test_trace_and_diagonal.py
tests/test_stochtrace/test_wrap_moments.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
tutorials/6_low_memory_trace_estimation.py
tutorials/7_matrix_functions.py