Go to the documentation of this file.
20 #ifndef _EVALUATOR_SPLINE_HPP_
21 #define _EVALUATOR_SPLINE_HPP_
49 double operator()(
const double& u,
const double& v)
const;
52 double diff_u(
const double& u,
const double& v)
const;
54 double diff_v(
const double& u,
const double& v)
const;