LICENSE
README.md
pyproject.toml
src/smolyax/__init__.py
src/smolyax/barycentric.py
src/smolyax/indices.py
src/smolyax/interpolation.py
src/smolyax.egg-info/PKG-INFO
src/smolyax.egg-info/SOURCES.txt
src/smolyax.egg-info/dependency_links.txt
src/smolyax.egg-info/requires.txt
src/smolyax.egg-info/top_level.txt
src/smolyax/nodes/__init__.py
src/smolyax/nodes/base.py
src/smolyax/nodes/gausshermite.py
src/smolyax/nodes/leja.py
tests/test_indices.py
tests/test_indices_runtime.py
tests/test_nodes.py
tests/test_smolyak.py
tests/test_smolyak_runtime.py