11 #ifndef BEMBEL_SRC_SPLINE_PASCAL_HPP_
12 #define BEMBEL_SRC_SPLINE_PASCAL_HPP_
22 template <
bool condition>
26 enum { YOU_CALLED_BINOMIAL_WITH_KgtrN_OR_NEGATIVE_VALUES = 1 };
29 template <
int K,
int N>
33 YOU_CALLED_BINOMIAL_WITH_KgtrN_OR_NEGATIVE_VALUES
Routines for the evalutation of pointwise errors.
Here we hardcode the binomial coefficients through template recursion and perform bounds checking,...