CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
CLUEstering/CLUEstering.py
CLUEstering/__init__.py
CLUEstering/pf.csv
CLUEstering/valentina.csv
CLUEstering.egg-info/PKG-INFO
CLUEstering.egg-info/SOURCES.txt
CLUEstering.egg-info/dependency_links.txt
CLUEstering.egg-info/requires.txt
CLUEstering.egg-info/top_level.txt
CLUEstering/BindingModules/CMakeLists.txt
CLUEstering/BindingModules/Run.hpp
CLUEstering/BindingModules/binding_kernels.cpp
CLUEstering/BindingModules/cuda/CMakeLists.txt
CLUEstering/BindingModules/cuda/binding_gpu_cuda.cpp
CLUEstering/BindingModules/hip/CMakeLists.txt
CLUEstering/BindingModules/hip/binding_gpu_hip.cpp
CLUEstering/BindingModules/openmp/CMakeLists.txt
CLUEstering/BindingModules/openmp/binding_cpu_omp.cpp
CLUEstering/BindingModules/serial/CMakeLists.txt
CLUEstering/BindingModules/serial/binding_cpu.cpp
CLUEstering/BindingModules/tbb/CMakeLists.txt
CLUEstering/BindingModules/tbb/binding_cpu_tbb.cpp
CLUEstering/__pycache__/CLUEstering.cpython-313.pyc
CLUEstering/__pycache__/__init__.cpython-313.pyc
CLUEstering/lib/CLUE_CPU_OMP.cpython-313-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_CPU_OMP.cpython-314-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_CPU_Serial.cpython-313-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_CPU_Serial.cpython-314-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_CPU_TBB.cpython-313-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_CPU_TBB.cpython-314-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_Convolutional_Kernels.cpython-313-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_Convolutional_Kernels.cpython-314-x86_64-linux-gnu.so
CLUEstering/lib/CLUE_GPU_CUDA.cpython-313-x86_64-linux-gnu.so
cmake/CLUEsteringConfig.cmake.in
cmake/version.hpp.in
extern/doxygen-awesome-css/.git
extern/doxygen-awesome-css/.gitignore
extern/doxygen-awesome-css/.npmignore
extern/doxygen-awesome-css/Doxyfile
extern/doxygen-awesome-css/LICENSE
extern/doxygen-awesome-css/Makefile
extern/doxygen-awesome-css/README.md
extern/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
extern/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
extern/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
extern/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
extern/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
extern/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
extern/doxygen-awesome-css/doxygen-awesome-tabs.js
extern/doxygen-awesome-css/doxygen-awesome.css
extern/doxygen-awesome-css/logo.drawio.svg
extern/doxygen-awesome-css/package.json
extern/doxygen-awesome-css/.github/workflows/publish.yaml
extern/doxygen-awesome-css/docs/customization.md
extern/doxygen-awesome-css/docs/extensions.md
extern/doxygen-awesome-css/docs/tricks.md
extern/doxygen-awesome-css/docs/img/darkmode_toggle.png
extern/doxygen-awesome-css/docs/img/fancy_scrollbars_firefox.png
extern/doxygen-awesome-css/docs/img/fancy_scrollbars_webkit.gif
extern/doxygen-awesome-css/docs/img/fragment_copy_button.png
extern/doxygen-awesome-css/docs/img/interactive_toc_mobile.png
extern/doxygen-awesome-css/docs/img/paragraph_link.png
extern/doxygen-awesome-css/doxygen-custom/custom-alternative.css
extern/doxygen-awesome-css/doxygen-custom/custom.css
extern/doxygen-awesome-css/doxygen-custom/header.html
extern/doxygen-awesome-css/doxygen-custom/toggle-alternative-theme.js
extern/doxygen-awesome-css/img/screenshot.png
extern/doxygen-awesome-css/img/testimage.png
extern/doxygen-awesome-css/img/theme-variants-base.drawio.svg
extern/doxygen-awesome-css/img/theme-variants-sidebar-only.drawio.svg
extern/doxygen-awesome-css/include/MyLibrary/example.hpp
extern/doxygen-awesome-css/include/MyLibrary/subclass-example.hpp
extern/pybind11/.appveyor.yml
extern/pybind11/.clang-format
extern/pybind11/.clang-tidy
extern/pybind11/.cmake-format.yaml
extern/pybind11/.codespell-ignore-lines
extern/pybind11/.git
extern/pybind11/.gitattributes
extern/pybind11/.gitignore
extern/pybind11/.pre-commit-config.yaml
extern/pybind11/.readthedocs.yml
extern/pybind11/CMakeLists.txt
extern/pybind11/LICENSE
extern/pybind11/MANIFEST.in
extern/pybind11/README.rst
extern/pybind11/SECURITY.md
extern/pybind11/noxfile.py
extern/pybind11/pyproject.toml
extern/pybind11/setup.cfg
extern/pybind11/setup.py
extern/pybind11/.github/CODEOWNERS
extern/pybind11/.github/CONTRIBUTING.md
extern/pybind11/.github/dependabot.yml
extern/pybind11/.github/labeler.yml
extern/pybind11/.github/labeler_merged.yml
extern/pybind11/.github/pull_request_template.md
extern/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
extern/pybind11/.github/ISSUE_TEMPLATE/config.yml
extern/pybind11/.github/matchers/pylint.json
extern/pybind11/.github/workflows/ci.yml
extern/pybind11/.github/workflows/configure.yml
extern/pybind11/.github/workflows/format.yml
extern/pybind11/.github/workflows/labeler.yml
extern/pybind11/.github/workflows/pip.yml
extern/pybind11/.github/workflows/upstream.yml
extern/pybind11/docs/Doxyfile
extern/pybind11/docs/Makefile
extern/pybind11/docs/basics.rst
extern/pybind11/docs/benchmark.py
extern/pybind11/docs/benchmark.rst
extern/pybind11/docs/changelog.rst
extern/pybind11/docs/classes.rst
extern/pybind11/docs/compiling.rst
extern/pybind11/docs/conf.py
extern/pybind11/docs/faq.rst
extern/pybind11/docs/index.rst
extern/pybind11/docs/installing.rst
extern/pybind11/docs/limitations.rst
extern/pybind11/docs/pybind11-logo.png
extern/pybind11/docs/pybind11_vs_boost_python1.png
extern/pybind11/docs/pybind11_vs_boost_python1.svg
extern/pybind11/docs/pybind11_vs_boost_python2.png
extern/pybind11/docs/pybind11_vs_boost_python2.svg
extern/pybind11/docs/reference.rst
extern/pybind11/docs/release.rst
extern/pybind11/docs/requirements.txt
extern/pybind11/docs/upgrade.rst
extern/pybind11/docs/_static/css/custom.css
extern/pybind11/docs/advanced/classes.rst
extern/pybind11/docs/advanced/embedding.rst
extern/pybind11/docs/advanced/exceptions.rst
extern/pybind11/docs/advanced/functions.rst
extern/pybind11/docs/advanced/misc.rst
extern/pybind11/docs/advanced/smart_ptrs.rst
extern/pybind11/docs/advanced/cast/chrono.rst
extern/pybind11/docs/advanced/cast/custom.rst
extern/pybind11/docs/advanced/cast/eigen.rst
extern/pybind11/docs/advanced/cast/functional.rst
extern/pybind11/docs/advanced/cast/index.rst
extern/pybind11/docs/advanced/cast/overview.rst
extern/pybind11/docs/advanced/cast/stl.rst
extern/pybind11/docs/advanced/cast/strings.rst
extern/pybind11/docs/advanced/pycpp/index.rst
extern/pybind11/docs/advanced/pycpp/numpy.rst
extern/pybind11/docs/advanced/pycpp/object.rst
extern/pybind11/docs/advanced/pycpp/utilities.rst
extern/pybind11/docs/cmake/index.rst
extern/pybind11/include/pybind11/attr.h
extern/pybind11/include/pybind11/buffer_info.h
extern/pybind11/include/pybind11/cast.h
extern/pybind11/include/pybind11/chrono.h
extern/pybind11/include/pybind11/common.h
extern/pybind11/include/pybind11/complex.h
extern/pybind11/include/pybind11/eigen.h
extern/pybind11/include/pybind11/embed.h
extern/pybind11/include/pybind11/eval.h
extern/pybind11/include/pybind11/functional.h
extern/pybind11/include/pybind11/gil.h
extern/pybind11/include/pybind11/gil_safe_call_once.h
extern/pybind11/include/pybind11/iostream.h
extern/pybind11/include/pybind11/numpy.h
extern/pybind11/include/pybind11/operators.h
extern/pybind11/include/pybind11/options.h
extern/pybind11/include/pybind11/pybind11.h
extern/pybind11/include/pybind11/pytypes.h
extern/pybind11/include/pybind11/stl.h
extern/pybind11/include/pybind11/stl_bind.h
extern/pybind11/include/pybind11/type_caster_pyobject_ptr.h
extern/pybind11/include/pybind11/typing.h
extern/pybind11/include/pybind11/detail/class.h
extern/pybind11/include/pybind11/detail/common.h
extern/pybind11/include/pybind11/detail/descr.h
extern/pybind11/include/pybind11/detail/init.h
extern/pybind11/include/pybind11/detail/internals.h
extern/pybind11/include/pybind11/detail/type_caster_base.h
extern/pybind11/include/pybind11/detail/typeid.h
extern/pybind11/include/pybind11/eigen/common.h
extern/pybind11/include/pybind11/eigen/matrix.h
extern/pybind11/include/pybind11/eigen/tensor.h
extern/pybind11/include/pybind11/stl/filesystem.h
extern/pybind11/pybind11/__init__.py
extern/pybind11/pybind11/__main__.py
extern/pybind11/pybind11/_version.py
extern/pybind11/pybind11/commands.py
extern/pybind11/pybind11/py.typed
extern/pybind11/pybind11/setup_helpers.py
extern/pybind11/tests/CMakeLists.txt
extern/pybind11/tests/conftest.py
extern/pybind11/tests/constructor_stats.h
extern/pybind11/tests/cross_module_gil_utils.cpp
extern/pybind11/tests/cross_module_interleaved_error_already_set.cpp
extern/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
extern/pybind11/tests/env.py
extern/pybind11/tests/local_bindings.h
extern/pybind11/tests/object.h
extern/pybind11/tests/pybind11_cross_module_tests.cpp
extern/pybind11/tests/pybind11_tests.cpp
extern/pybind11/tests/pybind11_tests.h
extern/pybind11/tests/pytest.ini
extern/pybind11/tests/requirements.txt
extern/pybind11/tests/test_async.cpp
extern/pybind11/tests/test_async.py
extern/pybind11/tests/test_buffers.cpp
extern/pybind11/tests/test_buffers.py
extern/pybind11/tests/test_builtin_casters.cpp
extern/pybind11/tests/test_builtin_casters.py
extern/pybind11/tests/test_call_policies.cpp
extern/pybind11/tests/test_call_policies.py
extern/pybind11/tests/test_callbacks.cpp
extern/pybind11/tests/test_callbacks.py
extern/pybind11/tests/test_chrono.cpp
extern/pybind11/tests/test_chrono.py
extern/pybind11/tests/test_class.cpp
extern/pybind11/tests/test_class.py
extern/pybind11/tests/test_const_name.cpp
extern/pybind11/tests/test_const_name.py
extern/pybind11/tests/test_constants_and_functions.cpp
extern/pybind11/tests/test_constants_and_functions.py
extern/pybind11/tests/test_copy_move.cpp
extern/pybind11/tests/test_copy_move.py
extern/pybind11/tests/test_custom_type_casters.cpp
extern/pybind11/tests/test_custom_type_casters.py
extern/pybind11/tests/test_custom_type_setup.cpp
extern/pybind11/tests/test_custom_type_setup.py
extern/pybind11/tests/test_docstring_options.cpp
extern/pybind11/tests/test_docstring_options.py
extern/pybind11/tests/test_eigen_matrix.cpp
extern/pybind11/tests/test_eigen_matrix.py
extern/pybind11/tests/test_eigen_tensor.cpp
extern/pybind11/tests/test_eigen_tensor.inl
extern/pybind11/tests/test_eigen_tensor.py
extern/pybind11/tests/test_enum.cpp
extern/pybind11/tests/test_enum.py
extern/pybind11/tests/test_eval.cpp
extern/pybind11/tests/test_eval.py
extern/pybind11/tests/test_eval_call.py
extern/pybind11/tests/test_exceptions.cpp
extern/pybind11/tests/test_exceptions.h
extern/pybind11/tests/test_exceptions.py
extern/pybind11/tests/test_factory_constructors.cpp
extern/pybind11/tests/test_factory_constructors.py
extern/pybind11/tests/test_gil_scoped.cpp
extern/pybind11/tests/test_gil_scoped.py
extern/pybind11/tests/test_iostream.cpp
extern/pybind11/tests/test_iostream.py
extern/pybind11/tests/test_kwargs_and_defaults.cpp
extern/pybind11/tests/test_kwargs_and_defaults.py
extern/pybind11/tests/test_local_bindings.cpp
extern/pybind11/tests/test_local_bindings.py
extern/pybind11/tests/test_methods_and_attributes.cpp
extern/pybind11/tests/test_methods_and_attributes.py
extern/pybind11/tests/test_modules.cpp
extern/pybind11/tests/test_modules.py
extern/pybind11/tests/test_multiple_inheritance.cpp
extern/pybind11/tests/test_multiple_inheritance.py
extern/pybind11/tests/test_numpy_array.cpp
extern/pybind11/tests/test_numpy_array.py
extern/pybind11/tests/test_numpy_dtypes.cpp
extern/pybind11/tests/test_numpy_dtypes.py
extern/pybind11/tests/test_numpy_vectorize.cpp
extern/pybind11/tests/test_numpy_vectorize.py
extern/pybind11/tests/test_opaque_types.cpp
extern/pybind11/tests/test_opaque_types.py
extern/pybind11/tests/test_operator_overloading.cpp
extern/pybind11/tests/test_operator_overloading.py
extern/pybind11/tests/test_pickling.cpp
extern/pybind11/tests/test_pickling.py
extern/pybind11/tests/test_pytypes.cpp
extern/pybind11/tests/test_pytypes.py
extern/pybind11/tests/test_sequences_and_iterators.cpp
extern/pybind11/tests/test_sequences_and_iterators.py
extern/pybind11/tests/test_smart_ptr.cpp
extern/pybind11/tests/test_smart_ptr.py
extern/pybind11/tests/test_stl.cpp
extern/pybind11/tests/test_stl.py
extern/pybind11/tests/test_stl_binders.cpp
extern/pybind11/tests/test_stl_binders.py
extern/pybind11/tests/test_tagbased_polymorphic.cpp
extern/pybind11/tests/test_tagbased_polymorphic.py
extern/pybind11/tests/test_thread.cpp
extern/pybind11/tests/test_thread.py
extern/pybind11/tests/test_type_caster_pyobject_ptr.cpp
extern/pybind11/tests/test_type_caster_pyobject_ptr.py
extern/pybind11/tests/test_union.cpp
extern/pybind11/tests/test_union.py
extern/pybind11/tests/test_unnamed_namespace_a.cpp
extern/pybind11/tests/test_unnamed_namespace_a.py
extern/pybind11/tests/test_unnamed_namespace_b.cpp
extern/pybind11/tests/test_unnamed_namespace_b.py
extern/pybind11/tests/test_vector_unique_ptr_member.cpp
extern/pybind11/tests/test_vector_unique_ptr_member.py
extern/pybind11/tests/test_virtual_functions.cpp
extern/pybind11/tests/test_virtual_functions.py
extern/pybind11/tests/valgrind-numpy-scipy.supp
extern/pybind11/tests/valgrind-python.supp
extern/pybind11/tests/extra_python_package/pytest.ini
extern/pybind11/tests/extra_python_package/test_files.py
extern/pybind11/tests/extra_setuptools/pytest.ini
extern/pybind11/tests/extra_setuptools/test_setuphelper.py
extern/pybind11/tests/test_cmake_build/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/embed.cpp
extern/pybind11/tests/test_cmake_build/main.cpp
extern/pybind11/tests/test_cmake_build/test.py
extern/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
extern/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
extern/pybind11/tests/test_embed/CMakeLists.txt
extern/pybind11/tests/test_embed/catch.cpp
extern/pybind11/tests/test_embed/external_module.cpp
extern/pybind11/tests/test_embed/test_interpreter.cpp
extern/pybind11/tests/test_embed/test_interpreter.py
extern/pybind11/tests/test_embed/test_trampoline.py
extern/pybind11/tools/FindCatch.cmake
extern/pybind11/tools/FindEigen3.cmake
extern/pybind11/tools/FindPythonLibsNew.cmake
extern/pybind11/tools/JoinPaths.cmake
extern/pybind11/tools/check-style.sh
extern/pybind11/tools/cmake_uninstall.cmake.in
extern/pybind11/tools/codespell_ignore_lines_from_errors.py
extern/pybind11/tools/libsize.py
extern/pybind11/tools/make_changelog.py
extern/pybind11/tools/pybind11.pc.in
extern/pybind11/tools/pybind11Common.cmake
extern/pybind11/tools/pybind11Config.cmake.in
extern/pybind11/tools/pybind11NewTools.cmake
extern/pybind11/tools/pybind11Tools.cmake
extern/pybind11/tools/pyproject.toml
extern/pybind11/tools/setup_global.py.in
extern/pybind11/tools/setup_main.py.in
include/CLUEstering/CLUEstering.hpp
include/CLUEstering/core/Clusterer.hpp
include/CLUEstering/core/ConvolutionalKernel.hpp
include/CLUEstering/core/DistanceMetrics.hpp
include/CLUEstering/core/detail/BatchedClusteringKernels.hpp
include/CLUEstering/core/detail/Clusterer.hpp
include/CLUEstering/core/detail/ClusteringKernels.hpp
include/CLUEstering/core/detail/ComputeTiles.hpp
include/CLUEstering/core/detail/ConvolutionalKernel.hpp
include/CLUEstering/core/detail/SetupFollowers.hpp
include/CLUEstering/core/detail/SetupSeeds.hpp
include/CLUEstering/core/detail/SetupTiles.hpp
include/CLUEstering/core/detail/defines.hpp
include/CLUEstering/data_structures/AssociationMap.hpp
include/CLUEstering/data_structures/AssociationMapView.hpp
include/CLUEstering/data_structures/ClusterProperties.hpp
include/CLUEstering/data_structures/PointsConversion.hpp
include/CLUEstering/data_structures/PointsDevice.hpp
include/CLUEstering/data_structures/PointsHost.hpp
include/CLUEstering/data_structures/detail/AssociationMap.hpp
include/CLUEstering/data_structures/detail/DeviceViewPartition.hpp
include/CLUEstering/data_structures/detail/HostViewPartition.hpp
include/CLUEstering/data_structures/detail/Point.hpp
include/CLUEstering/data_structures/detail/PointsConversion.hpp
include/CLUEstering/data_structures/detail/PointsDevice.hpp
include/CLUEstering/data_structures/detail/PointsHost.hpp
include/CLUEstering/data_structures/internal/CoordinateExtremes.hpp
include/CLUEstering/data_structures/internal/DeviceVector.hpp
include/CLUEstering/data_structures/internal/Followers.hpp
include/CLUEstering/data_structures/internal/MakeAssociator.hpp
include/CLUEstering/data_structures/internal/PointsCommon.hpp
include/CLUEstering/data_structures/internal/SearchBox.hpp
include/CLUEstering/data_structures/internal/SeedArray.hpp
include/CLUEstering/data_structures/internal/Tiles.hpp
include/CLUEstering/data_structures/internal/TilesView.hpp
include/CLUEstering/data_structures/internal/VecArray.hpp
include/CLUEstering/detail/concepts.hpp
include/CLUEstering/detail/make_array.hpp
include/CLUEstering/internal/algorithm/algorithm.hpp
include/CLUEstering/internal/algorithm/count_if/count_if.hpp
include/CLUEstering/internal/algorithm/extrema/extrema.hpp
include/CLUEstering/internal/algorithm/reduce/reduce.hpp
include/CLUEstering/internal/algorithm/scan/scan.hpp
include/CLUEstering/internal/algorithm/sort/sort.hpp
include/CLUEstering/internal/alpaka/choose_device.hpp
include/CLUEstering/internal/alpaka/config.hpp
include/CLUEstering/internal/alpaka/devices.hpp
include/CLUEstering/internal/alpaka/get_device_index.hpp
include/CLUEstering/internal/alpaka/memory.hpp
include/CLUEstering/internal/alpaka/work_division.hpp
include/CLUEstering/internal/alpaka/caching_allocator/allocator_config.hpp
include/CLUEstering/internal/alpaka/caching_allocator/allocator_policy.hpp
include/CLUEstering/internal/alpaka/caching_allocator/cached_buf_alloc.hpp
include/CLUEstering/internal/alpaka/caching_allocator/caching_allocator.hpp
include/CLUEstering/internal/alpaka/caching_allocator/get_device_caching_allocator.hpp
include/CLUEstering/internal/alpaka/caching_allocator/get_host_caching_allocator.hpp
include/CLUEstering/internal/math/defines.hpp
include/CLUEstering/internal/math/math.hpp
include/CLUEstering/internal/math/exp/exp.hpp
include/CLUEstering/internal/math/fabs/fabs.hpp
include/CLUEstering/internal/math/max/max.hpp
include/CLUEstering/internal/math/min/min.hpp
include/CLUEstering/internal/math/pow/pow.hpp
include/CLUEstering/internal/math/sqrt/sqrt.hpp
include/CLUEstering/internal/meta/accumulate.hpp
include/CLUEstering/internal/meta/apply.hpp
include/CLUEstering/internal/meta/maximum.hpp
include/CLUEstering/internal/nostd/ceil_div.hpp
include/CLUEstering/internal/nostd/maximum.hpp
include/CLUEstering/internal/nostd/minimum.hpp
include/CLUEstering/internal/nostd/zip_iterator.hpp
include/CLUEstering/utils/cluster_centroid.hpp
include/CLUEstering/utils/get_clusters.hpp
include/CLUEstering/utils/get_device.hpp
include/CLUEstering/utils/get_queue.hpp
include/CLUEstering/utils/read_csv.hpp
include/CLUEstering/utils/scores.hpp
include/CLUEstering/utils/validation.hpp
include/CLUEstering/utils/detail/cluster_centroid.hpp
include/CLUEstering/utils/detail/get_cluster_properties.hpp
include/CLUEstering/utils/detail/get_clusters.hpp
include/CLUEstering/utils/detail/read_csv.hpp
include/CLUEstering/utils/detail/scores.hpp