29 #ifndef _WHITTAKERSMOOTHER_HPP_ 30 #define _WHITTAKERSMOOTHER_HPP_ 47 virtual void smooth(
const std::vector<double>&
x,
const std::vector<double>&
y,
48 std::vector<double>& xSmoothed, std::vector<double>& ySmoothed);
53 virtual void smooth_copy(std::vector<double>& x, std::vector<double>& y);
63 #endif // _WHITTAKERSMOOTHER_HPP_
interface for a one-dimensional smoothing algorithm
KernelTraitsBase< Kernel >::space_type::abscissa_type x
KernelTraitsBase< Kernel >::space_type::ordinate_type y