README.md
setup.py
GPUPy.egg-info/PKG-INFO
GPUPy.egg-info/SOURCES.txt
GPUPy.egg-info/dependency_links.txt
GPUPy.egg-info/requires.txt
GPUPy.egg-info/top_level.txt
src/__init__.py
src/numerical_methods/__init__.py
src/numerical_methods/core.py
src/numerical_methods/differentiation.py
src/numerical_methods/gpu_support.py
src/numerical_methods/integration.py
src/numerical_methods/interpolation.py
src/numerical_methods/interpolation_gpu.py
src/numerical_methods/linear_systems.py
src/numerical_methods/ode_solver.py
src/numerical_methods/optimization.py
src/numerical_methods/plot.py
src/numerical_methods/root_finding.py
src/numerical_methods/utils.py
tests/__init__.py
tests/test_differentiation.py
tests/test_integration.py
tests/test_interpolation.py
tests/test_linear_systems.py
tests/test_ode_solver.py
tests/test_optimization.py
tests/test_root_finding.py