.gitmodules
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
tox.ini
lib/HomLib/LICENSE
lib/HomLib/Makefile
lib/HomLib/README.md
lib/HomLib/example.cpp
lib/HomLib/includes/HomLib/get_fitzgibbon_cvpr_2001.hpp
lib/HomLib/includes/HomLib/get_kukelova_cvpr_2015.hpp
lib/HomLib/includes/HomLib/get_valtonenornhag_arxiv_2020a.hpp
lib/HomLib/includes/HomLib/get_valtonenornhag_arxiv_2020b.hpp
lib/HomLib/includes/HomLib/posedata.hpp
lib/HomLib/matlab/compile_mex.m
lib/HomLib/matlab/src/get_fitzgibbon_cvpr_2001_mex.cpp
lib/HomLib/matlab/src/get_kukelova_cvpr_2015_mex.cpp
lib/HomLib/matlab/src/get_valtonenornhag_arxiv_2020a_fHf_mex.cpp
lib/HomLib/matlab/src/get_valtonenornhag_arxiv_2020b_fHf_mex.cpp
lib/HomLib/matlab/src/get_valtonenornhag_arxiv_2020b_frHfr_mex.cpp
lib/HomLib/src/helpers/generate_problem_instance.cpp
lib/HomLib/src/helpers/generate_problem_instance.hpp
lib/HomLib/src/helpers/gj.cpp
lib/HomLib/src/helpers/gj.hpp
lib/HomLib/src/helpers/normalize2dpts.cpp
lib/HomLib/src/helpers/normalize2dpts.hpp
lib/HomLib/src/helpers/problem_instance.hpp
lib/HomLib/src/helpers/radial.cpp
lib/HomLib/src/helpers/radial.hpp
lib/HomLib/src/helpers/roots.cpp
lib/HomLib/src/helpers/roots.hpp
lib/HomLib/src/solvers/fitzgibbon_cvpr_2001/get_fitzgibbon_cvpr_2001.cpp
lib/HomLib/src/solvers/kukelova_cvpr_2015/get_kukelova_cvpr_2015.cpp
lib/HomLib/src/solvers/kukelova_cvpr_2015/solver_kukelova_cvpr_2015.cpp
lib/HomLib/src/solvers/kukelova_cvpr_2015/solver_kukelova_cvpr_2015.hpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020a/get_valtonenornhag_arxiv_2020a_fHf.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020a/solver_valtonenornhag_arxiv_2020a_fHf.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020a/solver_valtonenornhag_arxiv_2020a_fHf.hpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/get_valtonenornhag_arxiv_2020b_fHf.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/get_valtonenornhag_arxiv_2020b_frHfr.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/solver_valtonenornhag_arxiv_2020b_fHf.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/solver_valtonenornhag_arxiv_2020b_fHf.hpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/solver_valtonenornhag_arxiv_2020b_frHfr.cpp
lib/HomLib/src/solvers/valtonenornhag_arxiv_2020b/solver_valtonenornhag_arxiv_2020b_frHfr.hpp
lib/HomLib/tests/test_fitzgibbon_cvpr_2001.cpp
lib/HomLib/tests/test_helpers.cpp
lib/HomLib/tests/test_kukelova_cvpr_2015.cpp
lib/HomLib/tests/test_main.cpp
lib/HomLib/tests/test_valtonenornhag_arxiv_2020a.cpp
lib/HomLib/tests/test_valtonenornhag_arxiv_2020b.cpp
lib/HomLib/tests/catch2/catch.hpp
lib/pybind11/.appveyor.yml
lib/pybind11/.clang-tidy
lib/pybind11/.cmake-format.yaml
lib/pybind11/.pre-commit-config.yaml
lib/pybind11/.readthedocs.yml
lib/pybind11/CMakeLists.txt
lib/pybind11/LICENSE
lib/pybind11/MANIFEST.in
lib/pybind11/README.rst
lib/pybind11/pyproject.toml
lib/pybind11/setup.py
lib/pybind11/.github/CONTRIBUTING.md
lib/pybind11/.github/dependabot.yml
lib/pybind11/.github/labeler.yml
lib/pybind11/.github/labeler_merged.yml
lib/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
lib/pybind11/.github/ISSUE_TEMPLATE/config.yml
lib/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
lib/pybind11/.github/ISSUE_TEMPLATE/question.md
lib/pybind11/.github/workflows/ci.yml
lib/pybind11/.github/workflows/configure.yml
lib/pybind11/.github/workflows/format.yml
lib/pybind11/.github/workflows/labeler.yml
lib/pybind11/.github/workflows/pip.yml
lib/pybind11/docs/Doxyfile
lib/pybind11/docs/Makefile
lib/pybind11/docs/basics.rst
lib/pybind11/docs/benchmark.py
lib/pybind11/docs/benchmark.rst
lib/pybind11/docs/changelog.rst
lib/pybind11/docs/classes.rst
lib/pybind11/docs/compiling.rst
lib/pybind11/docs/conf.py
lib/pybind11/docs/faq.rst
lib/pybind11/docs/index.rst
lib/pybind11/docs/installing.rst
lib/pybind11/docs/limitations.rst
lib/pybind11/docs/pybind11-logo.png
lib/pybind11/docs/pybind11_vs_boost_python1.png
lib/pybind11/docs/pybind11_vs_boost_python1.svg
lib/pybind11/docs/pybind11_vs_boost_python2.png
lib/pybind11/docs/pybind11_vs_boost_python2.svg
lib/pybind11/docs/reference.rst
lib/pybind11/docs/release.rst
lib/pybind11/docs/requirements.txt
lib/pybind11/docs/upgrade.rst
lib/pybind11/docs/_static/theme_overrides.css
lib/pybind11/docs/advanced/classes.rst
lib/pybind11/docs/advanced/embedding.rst
lib/pybind11/docs/advanced/exceptions.rst
lib/pybind11/docs/advanced/functions.rst
lib/pybind11/docs/advanced/misc.rst
lib/pybind11/docs/advanced/smart_ptrs.rst
lib/pybind11/docs/advanced/cast/chrono.rst
lib/pybind11/docs/advanced/cast/custom.rst
lib/pybind11/docs/advanced/cast/eigen.rst
lib/pybind11/docs/advanced/cast/functional.rst
lib/pybind11/docs/advanced/cast/index.rst
lib/pybind11/docs/advanced/cast/overview.rst
lib/pybind11/docs/advanced/cast/stl.rst
lib/pybind11/docs/advanced/cast/strings.rst
lib/pybind11/docs/advanced/pycpp/index.rst
lib/pybind11/docs/advanced/pycpp/numpy.rst
lib/pybind11/docs/advanced/pycpp/object.rst
lib/pybind11/docs/advanced/pycpp/utilities.rst
lib/pybind11/docs/cmake/index.rst
lib/pybind11/include/pybind11/attr.h
lib/pybind11/include/pybind11/buffer_info.h
lib/pybind11/include/pybind11/cast.h
lib/pybind11/include/pybind11/chrono.h
lib/pybind11/include/pybind11/common.h
lib/pybind11/include/pybind11/complex.h
lib/pybind11/include/pybind11/eigen.h
lib/pybind11/include/pybind11/embed.h
lib/pybind11/include/pybind11/eval.h
lib/pybind11/include/pybind11/functional.h
lib/pybind11/include/pybind11/iostream.h
lib/pybind11/include/pybind11/numpy.h
lib/pybind11/include/pybind11/operators.h
lib/pybind11/include/pybind11/options.h
lib/pybind11/include/pybind11/pybind11.h
lib/pybind11/include/pybind11/pytypes.h
lib/pybind11/include/pybind11/stl.h
lib/pybind11/include/pybind11/stl_bind.h
lib/pybind11/include/pybind11/detail/class.h
lib/pybind11/include/pybind11/detail/common.h
lib/pybind11/include/pybind11/detail/descr.h
lib/pybind11/include/pybind11/detail/init.h
lib/pybind11/include/pybind11/detail/internals.h
lib/pybind11/include/pybind11/detail/typeid.h
lib/pybind11/pybind11/__init__.py
lib/pybind11/pybind11/__main__.py
lib/pybind11/pybind11/_version.py
lib/pybind11/pybind11/commands.py
lib/pybind11/pybind11/setup_helpers.py
lib/pybind11/tests/CMakeLists.txt
lib/pybind11/tests/conftest.py
lib/pybind11/tests/constructor_stats.h
lib/pybind11/tests/cross_module_gil_utils.cpp
lib/pybind11/tests/env.py
lib/pybind11/tests/local_bindings.h
lib/pybind11/tests/object.h
lib/pybind11/tests/pybind11_cross_module_tests.cpp
lib/pybind11/tests/pybind11_tests.cpp
lib/pybind11/tests/pybind11_tests.h
lib/pybind11/tests/pytest.ini
lib/pybind11/tests/requirements.txt
lib/pybind11/tests/test_async.cpp
lib/pybind11/tests/test_async.py
lib/pybind11/tests/test_buffers.cpp
lib/pybind11/tests/test_buffers.py
lib/pybind11/tests/test_builtin_casters.cpp
lib/pybind11/tests/test_builtin_casters.py
lib/pybind11/tests/test_call_policies.cpp
lib/pybind11/tests/test_call_policies.py
lib/pybind11/tests/test_callbacks.cpp
lib/pybind11/tests/test_callbacks.py
lib/pybind11/tests/test_chrono.cpp
lib/pybind11/tests/test_chrono.py
lib/pybind11/tests/test_class.cpp
lib/pybind11/tests/test_class.py
lib/pybind11/tests/test_constants_and_functions.cpp
lib/pybind11/tests/test_constants_and_functions.py
lib/pybind11/tests/test_copy_move.cpp
lib/pybind11/tests/test_copy_move.py
lib/pybind11/tests/test_custom_type_casters.cpp
lib/pybind11/tests/test_custom_type_casters.py
lib/pybind11/tests/test_docstring_options.cpp
lib/pybind11/tests/test_docstring_options.py
lib/pybind11/tests/test_eigen.cpp
lib/pybind11/tests/test_eigen.py
lib/pybind11/tests/test_enum.cpp
lib/pybind11/tests/test_enum.py
lib/pybind11/tests/test_eval.cpp
lib/pybind11/tests/test_eval.py
lib/pybind11/tests/test_eval_call.py
lib/pybind11/tests/test_exceptions.cpp
lib/pybind11/tests/test_exceptions.py
lib/pybind11/tests/test_factory_constructors.cpp
lib/pybind11/tests/test_factory_constructors.py
lib/pybind11/tests/test_gil_scoped.cpp
lib/pybind11/tests/test_gil_scoped.py
lib/pybind11/tests/test_iostream.cpp
lib/pybind11/tests/test_iostream.py
lib/pybind11/tests/test_kwargs_and_defaults.cpp
lib/pybind11/tests/test_kwargs_and_defaults.py
lib/pybind11/tests/test_local_bindings.cpp
lib/pybind11/tests/test_local_bindings.py
lib/pybind11/tests/test_methods_and_attributes.cpp
lib/pybind11/tests/test_methods_and_attributes.py
lib/pybind11/tests/test_modules.cpp
lib/pybind11/tests/test_modules.py
lib/pybind11/tests/test_multiple_inheritance.cpp
lib/pybind11/tests/test_multiple_inheritance.py
lib/pybind11/tests/test_numpy_array.cpp
lib/pybind11/tests/test_numpy_array.py
lib/pybind11/tests/test_numpy_dtypes.cpp
lib/pybind11/tests/test_numpy_dtypes.py
lib/pybind11/tests/test_numpy_vectorize.cpp
lib/pybind11/tests/test_numpy_vectorize.py
lib/pybind11/tests/test_opaque_types.cpp
lib/pybind11/tests/test_opaque_types.py
lib/pybind11/tests/test_operator_overloading.cpp
lib/pybind11/tests/test_operator_overloading.py
lib/pybind11/tests/test_pickling.cpp
lib/pybind11/tests/test_pickling.py
lib/pybind11/tests/test_pytypes.cpp
lib/pybind11/tests/test_pytypes.py
lib/pybind11/tests/test_sequences_and_iterators.cpp
lib/pybind11/tests/test_sequences_and_iterators.py
lib/pybind11/tests/test_smart_ptr.cpp
lib/pybind11/tests/test_smart_ptr.py
lib/pybind11/tests/test_stl.cpp
lib/pybind11/tests/test_stl.py
lib/pybind11/tests/test_stl_binders.cpp
lib/pybind11/tests/test_stl_binders.py
lib/pybind11/tests/test_tagbased_polymorphic.cpp
lib/pybind11/tests/test_tagbased_polymorphic.py
lib/pybind11/tests/test_union.cpp
lib/pybind11/tests/test_union.py
lib/pybind11/tests/test_virtual_functions.cpp
lib/pybind11/tests/test_virtual_functions.py
lib/pybind11/tests/extra_python_package/pytest.ini
lib/pybind11/tests/extra_python_package/test_files.py
lib/pybind11/tests/extra_setuptools/pytest.ini
lib/pybind11/tests/extra_setuptools/test_setuphelper.py
lib/pybind11/tests/test_cmake_build/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/embed.cpp
lib/pybind11/tests/test_cmake_build/main.cpp
lib/pybind11/tests/test_cmake_build/test.py
lib/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
lib/pybind11/tests/test_embed/CMakeLists.txt
lib/pybind11/tests/test_embed/catch.cpp
lib/pybind11/tests/test_embed/external_module.cpp
lib/pybind11/tests/test_embed/test_interpreter.cpp
lib/pybind11/tests/test_embed/test_interpreter.py
lib/pybind11/tools/FindCatch.cmake
lib/pybind11/tools/FindEigen3.cmake
lib/pybind11/tools/FindPythonLibsNew.cmake
lib/pybind11/tools/check-style.sh
lib/pybind11/tools/cmake_uninstall.cmake.in
lib/pybind11/tools/libsize.py
lib/pybind11/tools/pybind11Common.cmake
lib/pybind11/tools/pybind11Config.cmake.in
lib/pybind11/tools/pybind11NewTools.cmake
lib/pybind11/tools/pybind11Tools.cmake
lib/pybind11/tools/pyproject.toml
lib/pybind11/tools/setup_global.py.in
lib/pybind11/tools/setup_main.py.in
src/__init__.py
src/bindings.cpp
src/homlib.egg-info/PKG-INFO
src/homlib.egg-info/SOURCES.txt
src/homlib.egg-info/dependency_links.txt
src/homlib.egg-info/not-zip-safe
src/homlib.egg-info/requires.txt
src/homlib.egg-info/top_level.txt
tests/__init__.py
tests/approvaltests_config.json
tests/helpers.py
tests/test_fitzgibbon_cvpr_2001.py
tests/test_kukelova_cvpr_2015.py
tests/test_valtonenornhag_arxiv_2020a.py
tests/test_valtonenornhag_arxiv_2020b_fHf.py
tests/test_valtonenornhag_arxiv_2020b_frHfr.py
tests/approved_files/FitzgibbonCVPR2001TestCase.test_fitzgibbon_cvpr_2001_results.approved.txt
tests/approved_files/KukelovaCVPR2015TestCase.test_get_kukelova_cvpr_2015_sol0.approved.txt
tests/approved_files/KukelovaCVPR2015TestCase.test_get_kukelova_cvpr_2015_sol1.approved.txt
tests/approved_files/KukelovaCVPR2015TestCase.test_get_kukelova_cvpr_2015_sol2.approved.txt
tests/approved_files/KukelovaCVPR2015TestCase.test_get_kukelova_cvpr_2015_sol3.approved.txt
tests/approved_files/KukelovaCVPR2015TestCase.test_get_kukelova_cvpr_2015_sol4.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020ATestCase.test_valtonenornhag_arxiv_2020a_fHf_results.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020BfHfTestCase.test_valtonenornhag_arxiv_2020b_fHf_sol0.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020BfHfTestCase.test_valtonenornhag_arxiv_2020b_fHf_sol1.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020BfHfTestCase.test_valtonenornhag_arxiv_2020b_fHf_sol2.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020BfHfTestCase.test_valtonenornhag_arxiv_2020b_fHf_sol3.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2020BfrHfrTestCase.test_valtonenornhag_arxiv_2020b_frHfr.approved.txt