MANIFEST.in
README.md
REQUIREMENTS.txt
pyproject.toml
setup.cfg
setup.py
src/gaussian_process_api.egg-info/PKG-INFO
src/gaussian_process_api.egg-info/SOURCES.txt
src/gaussian_process_api.egg-info/dependency_links.txt
src/gaussian_process_api.egg-info/requires.txt
src/gaussian_process_api.egg-info/top_level.txt
src/gp_api/__init__.py
src/gp_api/gaussian_process.py
src/gp_api/marginals.py
src/gp_api/c_utils/dbg.h
src/gp_api/kernels/__init__.py
src/gp_api/kernels/_compact_kernel.c
src/gp_api/kernels/compact_kernel.py
src/gp_api/kernels/compact_kernel_evaluate.py
src/gp_api/kernels/kernels.py
src/gp_api/kernels/matern_kernel_evaluate.py
src/gp_api/utils/__init__.py
src/gp_api/utils/fit_compact.py
src/gp_api/utils/fit_matern.py
src/gp_api/utils/hypercube.py
src/gp_api/utils/multigauss.py
src/gp_api/utils/utils.py
tests/test_compact_kernel.py
tests/test_density.py
tests/test_gauss_nd.py
tests/test_hypercube.py
tests/test_linear_fit.py
tests/test_marginals.py
tests/test_matern.py
tests/test_multigauss.py
tests/test_sample_gp.py
tests/test_serialization.py