|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
#include <cstddef>#include <span>#include <type_traits>#include "clustering/always_assert.h"#include "clustering/math/detail/aabb_gap_avx2.h"Go to the source code of this file.
Namespaces | |
| namespace | clustering |
| namespace | clustering::math |
Functions | |
| template<class T> | |
| T | clustering::math::pointAabbGapSq (const T *point, std::span< const T > boxMin, std::span< const T > boxMax) noexcept |
| Squared gap distance between a point and an axis-aligned bounding box. | |