CLUEstering
High-performance density-based weighted clustering library developed at CERN
|
Provides the PointsHost class for managing points in host memory. More...
#include "CLUEstering/data_structures/internal/PointsCommon.hpp"
#include "CLUEstering/internal/alpaka/memory.hpp"
#include <optional>
#include <ranges>
#include <span>
#include <alpaka/alpaka.hpp>
#include "CLUEstering/data_structures/detail/PointsHost.hpp"
Go to the source code of this file.
Classes | |
class | clue::PointsHost< Ndim > |
The PointsHost class is a data structure that manages points in host memory. It provides methods to allocate, access, and manipulate points in host memory. More... | |
Provides the PointsHost class for managing points in host memory.