.gitignore
LICENSE
README.md
bench.py
bench_overhead.py
bench_value_original.py
pyproject.toml
setup.py
.github/workflows/benchmark.yml
.github/workflows/publish.yml
.github/workflows/readme-benchmarks.yml
.github/workflows/tests.yml
scripts/update_readme_benchmarks.py
src/fastdual/__init__.py
src/fastdual/__init__.pyi
src/fastdual/_coloring.py
src/fastdual/_fastdual.c
src/fastdual/_fastdual.pyi
src/fastdual/_hessian.py
src/fastdual/_hyperdual.c
src/fastdual/_hyperdual.pyi
src/fastdual/_optimize.py
src/fastdual/_ufuncs.py
src/fastdual/py.typed
src/fastdual.egg-info/PKG-INFO
src/fastdual.egg-info/SOURCES.txt
src/fastdual.egg-info/dependency_links.txt
src/fastdual.egg-info/requires.txt
src/fastdual.egg-info/top_level.txt
tests/__init__.py
tests/test_arithmetic.py
tests/test_array_function.py
tests/test_benchmark.py
tests/test_coloring.py
tests/test_gradient.py
tests/test_hyperdual.py
tests/test_numpy.py
tests/test_optimize.py
tests/test_pathsim_integration.py
tests/test_transcendental.py