![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
A functor which computes a RBF function: WendlandC2 Each RBF function must have a host device method fp_t Eval(const
fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius.
More...
#include <rbf_functions.hpp>
Public Member Functions | |
| KOKKOS_FORCEINLINE_FUNCTION fp_t | Eval (const fp_t &r) const |
| void | SetRadiusInv (const fp_t &radiusInv) |
A functor which computes a RBF function: WendlandC2 Each RBF function must have a host device method fp_t Eval(const
fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius.
Definition at line 47 of file rbf_functions.hpp.
|
inline |
Definition at line 50 of file rbf_functions.hpp.
References PACMAN::fp_consts::one(), and PACMAN::fp_consts::zero().
Definition at line 59 of file rbf_functions.hpp.