Go to the documentation of this file.
21 #ifndef EVALUATOR_SPLINE_HPP_
22 #define EVALUATOR_SPLINE_HPP_
50 double operator()(
const double& u,
const double& v)
const;
53 double diff_u(
const double& u,
const double& v)
const;
55 double diff_v(
const double& u,
const double& v)
const;