LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
cy_root.egg-info/PKG-INFO
cy_root.egg-info/SOURCES.txt
cy_root.egg-info/dependency_links.txt
cy_root.egg-info/not-zip-safe
cy_root.egg-info/requires.txt
cy_root.egg-info/top_level.txt
cyroot/__init__.pxd
cyroot/__init__.py
cyroot/_check_args.cpp
cyroot/_check_args.pxd
cyroot/_check_args.pyx
cyroot/_defaults.py
cyroot/_return_types.py
cyroot/_version.py
cyroot/fptr.cpp
cyroot/fptr.pxd
cyroot/fptr.pyx
cyroot/scalar_bracketing.cpp
cyroot/scalar_bracketing.pyx
cyroot/scalar_derivative_approximation.cpp
cyroot/scalar_derivative_approximation.pxd
cyroot/scalar_derivative_approximation.pyx
cyroot/scalar_newton.cpp
cyroot/scalar_newton.pyx
cyroot/scalar_quasi_newton.cpp
cyroot/scalar_quasi_newton.pyx
cyroot/scalar_root.py
cyroot/vector_bracketing.cpp
cyroot/vector_bracketing.pyx
cyroot/vector_derivative_approximation.cpp
cyroot/vector_derivative_approximation.pxd
cyroot/vector_derivative_approximation.pyx
cyroot/vector_newton.cpp
cyroot/vector_newton.pyx
cyroot/vector_quasi_newton.cpp
cyroot/vector_quasi_newton.pyx
cyroot/vector_root.py
cyroot/ops/__init__.pxd
cyroot/ops/__init__.py
cyroot/ops/matrix_ops.cpp
cyroot/ops/matrix_ops.pxd
cyroot/ops/matrix_ops.pyx
cyroot/ops/scalar_ops.cpp
cyroot/ops/scalar_ops.pxd
cyroot/ops/scalar_ops.pyx
cyroot/ops/vector_ops.cpp
cyroot/ops/vector_ops.pxd
cyroot/ops/vector_ops.pyx
cyroot/typing/__init__.py
cyroot/typing/_array_like.py
cyroot/utils/__init__.pxd
cyroot/utils/__init__.py
cyroot/utils/_warnings.py
cyroot/utils/function_tagging.py
cyroot/utils/itertools.cpp
cyroot/utils/itertools.pxd
cyroot/utils/itertools.pyx
cyroot/utils/namedtuple.py