LICENSE
README.md
pyproject.toml
requirements/base.txt
requirements/dev.txt
requirements/examples.txt
requirements/fast.txt
requirements/git_ci.txt
src/robust_fourier/VERSION.txt
src/robust_fourier/AUTHORS.txt
src/robust_fourier/VERSION.txt
src/robust_fourier/__init__.py
src/robust_fourier.egg-info/PKG-INFO
src/robust_fourier.egg-info/SOURCES.txt
src/robust_fourier.egg-info/dependency_links.txt
src/robust_fourier.egg-info/requires.txt
src/robust_fourier.egg-info/top_level.txt
src/robust_fourier/_utils/__init__.py
src/robust_fourier/_utils/_numba_helpers.py
src/robust_fourier/_utils/_validate.py
src/robust_fourier/_utils/_x_preprocessing.py
src/robust_fourier/chebyshev_polynomials/__init__.py
src/robust_fourier/chebyshev_polynomials/_class_interface.py
src/robust_fourier/chebyshev_polynomials/_func_interface.py
src/robust_fourier/chebyshev_polynomials/_numba_funcs.py
src/robust_fourier/chebyshev_polynomials/_numpy_funcs.py
src/robust_fourier/fourier_transform/__init__.py
src/robust_fourier/fourier_transform/_fft_utils.py
src/robust_fourier/hermite_functions/__init__.py
src/robust_fourier/hermite_functions/_approximations.py
src/robust_fourier/hermite_functions/_class_interface.py
src/robust_fourier/hermite_functions/_func_interface.py
src/robust_fourier/hermite_functions/_hermite_largest_extrema_spline.py
src/robust_fourier/hermite_functions/_hermite_largest_roots_spline.py
src/robust_fourier/hermite_functions/_hermite_tail_gauss_sigma_spline.py
src/robust_fourier/hermite_functions/_numba_funcs.py
src/robust_fourier/hermite_functions/_numpy_funcs.py