.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/sphinx.yml
.github/workflows/test.yml
doc/build.py
doc/conf.py
doc/index.rst.in
doc/reference.rst
doc/_static/example.svg
doc/_static/logo.svg
doc/_static/precision.svg
doc/_static/speed.svg
doc/plot/example.py
doc/plot/precision.py
doc/plot/speed.py
notebook/demo.ipynb
notebook/explore.ipynb
src/jacobi/__init__.py
src/jacobi/_version.py
src/jacobi/core.py
src/jacobi.egg-info/PKG-INFO
src/jacobi.egg-info/SOURCES.txt
src/jacobi.egg-info/dependency_links.txt
src/jacobi.egg-info/requires.txt
src/jacobi.egg-info/top_level.txt
test/bench.py
test/test_jacobi.py
test/test_propagate.py