|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
#include <cstddef>#include <cstdint>#include <type_traits>#include <vector>#include "clustering/math/detail/gemm_outer_prepacked.h"#include "clustering/math/detail/gemm_pack.h"#include "clustering/math/detail/matrix_desc.h"#include "clustering/math/detail/reference_gemm.h"#include "clustering/math/thread.h"#include "clustering/ndarray.h"Go to the source code of this file.
Classes | |
| class | clustering::math::GemmPlan< T, Backend > |
Reusable GEMM plan: packs B once at construction, amortizes the packing cost across repeated execute calls with varying A. More... | |
Namespaces | |
| namespace | clustering |
| namespace | clustering::math |