.gitignore
Makefile
README.md
pyproject.toml
.github/workflows/ci.yml
barvikron/__init__.py
barvikron/barvinok.py
barvikron/findiff.py
barvikron/kronecker.py
barvikron/latte.py
barvikron/parfun.py
barvikron.egg-info/PKG-INFO
barvikron.egg-info/SOURCES.txt
barvikron.egg-info/dependency_links.txt
barvikron.egg-info/entry_points.txt
barvikron.egg-info/requires.txt
barvikron.egg-info/top_level.txt
barvikron/scripts/__init__.py
barvikron/scripts/parallel.py
barvikron/scripts/serial.py
tests/conftest.py
tests/test_findiff.py
tests/test_kronecker.py
tests/test_parfun.py