PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::IsRBFFunction Concept Reference

#include <concepts.hpp>

Concept definition

template<class T>
concept PACMAN::IsRBFFunction = requires(const T t, const double x) {
{ t.Eval(x) } -> std::floating_point;
}

Detailed Description

Definition at line 36 of file concepts.hpp.