LICENSE
README.md
pyproject.toml
setup.py
solve_nivp/ODESolver.py
solve_nivp/ODESystem.py
solve_nivp/__init__.py
solve_nivp/_numba_accel.py
solve_nivp/_selftest.py
solve_nivp/adaptive_integrator.py
solve_nivp/integrations.py
solve_nivp/nonlinear_solvers.py
solve_nivp/projections.py
solve_nivp.egg-info/PKG-INFO
solve_nivp.egg-info/SOURCES.txt
solve_nivp.egg-info/dependency_links.txt
solve_nivp.egg-info/entry_points.txt
solve_nivp.egg-info/requires.txt
solve_nivp.egg-info/top_level.txt
solve_nivp/rl/__init__.py
solve_nivp/rl/callbacks.py
solve_nivp/rl/dependency.py
solve_nivp/rl/env.py
tests/__init__.py
tests/test_coulomb_projection.py
tests/test_coulomb_projection_jacobian.py
tests/test_globalization.py
tests/test_import_and_api.py
tests/test_integrators_added.py
tests/test_nonlinear_solvers_added.py
tests/test_projection_batch_equivalence.py
tests/test_projections_added.py
tests/test_sparse_semismooth_newton.py
tests/test_threading_time_and_fk.py