CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/fastlpr/__init__.py
src/fastlpr/_nufft_accel.c
src/fastlpr/_nufft_accel.pyx
src/fastlpr/api.py
src/fastlpr/backend_selection.py
src/fastlpr/bandwidth.py
src/fastlpr/batch.py
src/fastlpr/benchmarking.py
src/fastlpr/caching.py
src/fastlpr/confidence.py
src/fastlpr/convolution.py
src/fastlpr/core.py
src/fastlpr/design_matrix_optimized.py
src/fastlpr/fast_interp.py
src/fastlpr/fft_backend.py
src/fastlpr/gpu.py
src/fastlpr/grid.py
src/fastlpr/interp_numba.py
src/fastlpr/interp_optimized.py
src/fastlpr/kde_plotting.py
src/fastlpr/kernel.py
src/fastlpr/lwp_estimator.py
src/fastlpr/lwp_formulas.py
src/fastlpr/matlab_interp.py
src/fastlpr/matlab_rng.py
src/fastlpr/memory_utils.py
src/fastlpr/model.py
src/fastlpr/nufft.py
src/fastlpr/nufft_batch.py
src/fastlpr/nufft_numba.py
src/fastlpr/nufftn_type1.py
src/fastlpr/plotting.py
src/fastlpr/predict.py
src/fastlpr/py.typed
src/fastlpr/regression.py
src/fastlpr/solvers.py
src/fastlpr/spreading_fused.py
src/fastlpr/structures.py
src/fastlpr/timing.py
src/fastlpr/type_utils.py
src/fastlpr/utils.py
src/fastlpr.egg-info/PKG-INFO
src/fastlpr.egg-info/SOURCES.txt
src/fastlpr.egg-info/dependency_links.txt
src/fastlpr.egg-info/not-zip-safe
src/fastlpr.egg-info/requires.txt
src/fastlpr.egg-info/top_level.txt
src/fastlpr/data/2d_order2_formula_python.txt
src/fastlpr/utils/__init__.py
src/fastlpr/utils/helpers.py
src/fastlpr/utils/matlab_rng.py
tests/test_algorithm.py
tests/test_bandwidth.py
tests/test_errors.py
tests/test_kernel.py
tests/test_nufft.py