LICENSE
README.md
pyproject.toml
src/rapid_roots/__init__.py
src/rapid_roots/py.typed
src/rapid_roots.egg-info/PKG-INFO
src/rapid_roots.egg-info/SOURCES.txt
src/rapid_roots.egg-info/dependency_links.txt
src/rapid_roots.egg-info/requires.txt
src/rapid_roots.egg-info/top_level.txt
src/rapid_roots/shared/_enum_tools.py
src/rapid_roots/solvers/__init__.py
src/rapid_roots/solvers/_back_up_logic.py
src/rapid_roots/solvers/_codegen.py
src/rapid_roots/solvers/_enums.py
src/rapid_roots/solvers/_jit_solvers.py
src/rapid_roots/solvers/_solvers.py
src/rapid_roots/solvers/_types.py
src/rapid_roots/solvers/core.py
tests/test_back_up_bracket_vectorised.py
tests/test_back_up_open_vectorised.py
tests/test_back_up_scalar.py
tests/test_bisection_vectorised.py
tests/test_brent_vectorised.py
tests/test_codegen.py
tests/test_core_get_root.py
tests/test_create_substitute.py
tests/test_jit_solvers_scalar.py
tests/test_newton_raphson_vectorised.py
tests/test_params_validate.py
tests/test_solvers.py
tests/test_try_back_up_vectorised.py
tests/test_use_backup_solvers.py