README.md
setup.cfg
setup.py
skipi/__init__.py
skipi/collection.py
skipi/convolution.py
skipi/error.py
skipi/fourier.py
skipi/function.py
skipi/norm.py
skipi/statistics.py
skipi/util.py
skipi.egg-info/PKG-INFO
skipi.egg-info/SOURCES.txt
skipi.egg-info/dependency_links.txt
skipi.egg-info/requires.txt
skipi.egg-info/top_level.txt
tests/__init__.py
tests/helper.py
tests/fourier/__init__.py
tests/fourier/test_compare_fourier_matrix.py
tests/fourier/test_fourier_identity.py
tests/fourier/test_fourier_with_analytical_functions.py
tests/fourier/test_linearity.py
tests/fourier/test_splitting.py
tests/function/__init__.py
tests/function/test_domain.py
tests/function/test_gradient.py
tests/function/test_integration.py
tests/function/test_math_operations.py
tests/function/test_operations.py
tests/function/test_piecewise.py
tests/function/test_shift.py