.gitignore
.readthedocs.yaml
LICENSE
pyproject.toml
readme.rst
setup.py
.github/dependabot.yml
.github/workflows/dist.yml
.github/workflows/test.yml
benchmarks/1d-benchmark.py
benchmarks/2d-benchmark.py
benchmarks/README.txt
docs/Makefile
docs/api.rst
docs/compare.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/math.rst
examples/1d-deriv.py
examples/1d-interp.py
examples/1d-lsq.py
examples/2d-interp.py
examples/2d-lsq.py
examples/FOR_README.py
examples/README.txt
examples/tidy.py
ndsplines/__init__.py
ndsplines/_bspl.c
ndsplines/_bspl.h
ndsplines/_bspl.pyx
ndsplines/ndsplines.py
ndsplines/version.py
ndsplines.egg-info/PKG-INFO
ndsplines.egg-info/SOURCES.txt
ndsplines.egg-info/dependency_links.txt
ndsplines.egg-info/requires.txt
ndsplines.egg-info/top_level.txt
paper/paper.md
paper/references.bib
tests/test_calculus.py
tests/test_eval.py
tests/test_make_interp.py
tests/test_make_lsq.py
tests/test_ndsplines.py
tests/utils.py