![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
A functor which computes a RBF function: WendlandC4 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: WendlandC4 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 73 of file rbf_functions.hpp.
|
inline |
Definition at line 76 of file rbf_functions.hpp.
References PACMAN::fp_consts::one(), and PACMAN::fp_consts::zero().
Definition at line 86 of file rbf_functions.hpp.