.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
RELEASE.md
pyproject.toml
setup.py
.github/workflows/tests.yml
.github/workflows/wheels.yml
benchmarks/bench_identity.py
benchmarks/bench_rank1.py
docs/Makefile
docs/algorithms.rst
docs/api.rst
docs/benchmarks.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/manual.rst
docs/references.rst
docs/release.rst
docs/_build/latex/Makefile
docs/generated/cholrot.NonPositiveDefiniteError.rst
docs/generated/cholrot.backend.rst
docs/generated/cholrot.cholsolve.rst
docs/generated/cholrot.downdate.rst
docs/generated/cholrot.logdet_rank1.rst
docs/generated/cholrot.matvec.rst
docs/generated/cholrot.rank1_update.rst
docs/generated/cholrot.solve_rank1.rst
docs/generated/cholrot.update.rst
src/cholrot/__init__.py
src/cholrot/_core_ext.cpp
src/cholrot/core.py
src/cholrot.egg-info/PKG-INFO
src/cholrot.egg-info/SOURCES.txt
src/cholrot.egg-info/dependency_links.txt
src/cholrot.egg-info/requires.txt
src/cholrot.egg-info/top_level.txt
tests/test_core.py
tests/test_identity_matvec.py
tests/test_regression.py