PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::RbfPum::DistanceToKNearestCallback Struct Reference

Custom ArborX callback which returns the squared distance between a cluster center and its nearest points. More...

#include <callbacks.hpp>

Public Member Functions

template<typename Predicate, typename Value, typename OutputFunctor>
KOKKOS_FUNCTION void operator() (Predicate predicate, Value const &value, OutputFunctor const &out) const

Detailed Description

Custom ArborX callback which returns the squared distance between a cluster center and its nearest points.

Definition at line 30 of file callbacks.hpp.

Member Function Documentation

◆ operator()()

template<typename Predicate, typename Value, typename OutputFunctor>
KOKKOS_FUNCTION void PACMAN::RbfPum::DistanceToKNearestCallback::operator() ( Predicate predicate,
Value const & value,
OutputFunctor const & out ) const
inline

Definition at line 32 of file callbacks.hpp.

References PACMAN::RbfPum::SquaredDifference().


The documentation for this struct was generated from the following file: