A functor describing a null extrapolation boundary value for 1D spline evaluator. More...
#include <null_extrapolation_rule.hpp>
Public Member Functions | |
template<class CoordType , class ChunkSpan > | |
KOKKOS_FUNCTION double | operator() (CoordType, ChunkSpan) const |
Evaluates the spline at a coordinate outside of the domain. | |
A functor describing a null extrapolation boundary value for 1D spline evaluator.
Definition at line 14 of file null_extrapolation_rule.hpp.
|
inline |
Evaluates the spline at a coordinate outside of the domain.
Definition at line 22 of file null_extrapolation_rule.hpp.