.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
src/dctdlt.c
src/testmat.c
src/flt/__init__.py
src/flt/generic.py
src/flt/jax.py
src/flt/numpy.pyx
src/flt.egg-info/PKG-INFO
src/flt.egg-info/SOURCES.txt
src/flt.egg-info/dependency_links.txt
src/flt.egg-info/requires.txt
src/flt.egg-info/top_level.txt
tests/conftest.py
tests/test_generic.py
tests/test_jax.py