.gitignore
LICENSE
README.md
mkdocs.yml
noxfile.py
pyproject.toml
.github/workflows/ci.yml
.github/workflows/documentation.yml
bezierv/__init__.py
bezierv.egg-info/PKG-INFO
bezierv.egg-info/SOURCES.txt
bezierv.egg-info/dependency_links.txt
bezierv.egg-info/requires.txt
bezierv.egg-info/top_level.txt
bezierv/algorithms/__init__.py
bezierv/algorithms/nelder_mead.py
bezierv/algorithms/non_linear.py
bezierv/algorithms/proj_grad.py
bezierv/algorithms/proj_subgrad.py
bezierv/algorithms/utils.py
bezierv/classes/__init__.py
bezierv/classes/bezierv.py
bezierv/classes/convolver.py
bezierv/classes/distfit.py
docs/index.md
docs/reference.md
docs/assets/logo.png
tests/__init__.py
tests/test_algorithms/test_nelder_mead.py
tests/test_algorithms/test_proj_grad.py
tests/test_algorithms/test_proj_subgrad.py
tests/test_algorithms/test_utils.py
tests/test_classes/conftest.py
tests/test_classes/test_bezierv.py
tests/test_classes/test_convolver.py
tests/test_classes/test_distfit.py