LICENSE
README.md
pyproject.toml
jaxkan/KAN.py
jaxkan/__init__.py
jaxkan.egg-info/PKG-INFO
jaxkan.egg-info/SOURCES.txt
jaxkan.egg-info/dependency_links.txt
jaxkan.egg-info/requires.txt
jaxkan.egg-info/top_level.txt
jaxkan/grids/BaseGrid.py
jaxkan/grids/RBFGrid.py
jaxkan/grids/SplineGrid.py
jaxkan/layers/Chebyshev.py
jaxkan/layers/Fourier.py
jaxkan/layers/Legendre.py
jaxkan/layers/RBF.py
jaxkan/layers/Sine.py
jaxkan/layers/Spline.py
jaxkan/layers/__init__.py
jaxkan/utils/PIKAN.py
jaxkan/utils/__init__.py
jaxkan/utils/general.py
jaxkan/utils/polynomials.py
tests/test_KAN.py
tests/test_PIKAN.py
tests/test_general.py
tests/test_tutorials.py