CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
compintpy/__init__.py
compintpy/elias.py
compintpy.egg-info/PKG-INFO
compintpy.egg-info/SOURCES.txt
compintpy.egg-info/dependency_links.txt
compintpy.egg-info/not-zip-safe
compintpy.egg-info/requires.txt
compintpy.egg-info/top_level.txt
include/compc/.clang-format
include/compc/.clang-tidy
include/compc/.git
include/compc/.gitignore
include/compc/.pre-commit-config.yaml
include/compc/CMakeLists.txt
include/compc/CONTRIBUTING.md
include/compc/Dockerfile
include/compc/LICENSE
include/compc/Makefile
include/compc/PULL_REQUEST_TEMPLATE.md
include/compc/README.md
include/compc/codecov.yaml
include/compc/.github/ISSUE_TEMPLATE/bug_report.md
include/compc/.github/ISSUE_TEMPLATE/custom.md
include/compc/.github/ISSUE_TEMPLATE/feature_request.md
include/compc/.github/workflows/ubuntu.yml
include/compc/cmake/CompilerWarnings.cmake
include/compc/cmake/Conan.cmake
include/compc/cmake/Doxygen.cmake
include/compc/cmake/SourcesAndHeaders.cmake
include/compc/cmake/StandardSettings.cmake
include/compc/cmake/StaticAnalyzers.cmake
include/compc/cmake/Utils.cmake
include/compc/cmake/Vcpkg.cmake
include/compc/cmake/compintcConfig.cmake.in
include/compc/cmake/version.hpp.in
include/compc/include/compintc/compressor.hpp
include/compc/include/compintc/elias_base.hpp
include/compc/include/compintc/elias_delta.hpp
include/compc/include/compintc/elias_gamma.hpp
include/compc/include/compintc/elias_omega.hpp
include/compc/include/compintc/helpers.hpp
include/compc/pipelines/macos.yml
include/compc/pipelines/release.yml
include/compc/pipelines/windows.yml
include/compc/src/elias_delta.cpp
include/compc/src/elias_gamma.cpp
include/compc/src/elias_omega.cpp
include/compc/test/.cproject
include/compc/test/.gitignore
include/compc/test/.project
include/compc/test/CMakeLists.txt
include/compc/test/src/elias_delta_test.cpp
include/compc/test/src/elias_gamma_test.cpp
include/compc/test/src/elias_omega_test.cpp
include/compc/test/src/helpers.cpp
include/compc/test/src/helpers.hpp
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/gil_safe_call_once.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/type_caster_pyobject_ptr.h
pybind11/include/pybind11/typing.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/cpp_conduit.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/exception_translation.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/detail/value_and_holder.h
pybind11/include/pybind11/eigen/common.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/tests/CMakeLists.txt
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/JoinPaths.cmake
pybind11/tools/check-style.sh
pybind11/tools/cmake_uninstall.cmake.in
pybind11/tools/codespell_ignore_lines_from_errors.py
pybind11/tools/libsize.py
pybind11/tools/make_changelog.py
pybind11/tools/pybind11.pc.in
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11GuessPythonExtSuffix.cmake
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
pybind11/tools/pyproject.toml
pybind11/tools/setup_global.py.in
pybind11/tools/setup_main.py.in
pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake
src/main.cpp
tests/test_elias.py