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