PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::RbfPum::RemoveTaggedCenters< ValueType > Struct Template Reference

A functor which returns true is a given point is tagged for removal (=> if its first dimension coordinate is NaN). More...

#include <clustering.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION bool operator() (const ValueType &v) const

Detailed Description

template<typename ValueType>
struct PACMAN::RbfPum::RemoveTaggedCenters< ValueType >

A functor which returns true is a given point is tagged for removal (=> if its first dimension coordinate is NaN).

Definition at line 120 of file clustering.hpp.

Member Function Documentation

◆ operator()()

template<typename ValueType>
KOKKOS_INLINE_FUNCTION bool PACMAN::RbfPum::RemoveTaggedCenters< ValueType >::operator() ( const ValueType & v) const
inline

Definition at line 122 of file clustering.hpp.


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