1 #ifndef _theplu_yat_regression_cspline_periodic_interpolation_
2 #define _theplu_yat_regression_cspline_periodic_interpolation_
25 #include "GSLInterpolation.h"
32 namespace regression {
Cubic spline with periodic boundary conditions.
Definition: CSplinePeriodicInterpolation.h:49
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
CSplinePeriodicInterpolation(const utility::VectorBase &x, const utility::VectorBase &y)
The default constructor.
~CSplinePeriodicInterpolation(void)
The destructor.
Base class for interfacing GSL interpolation.
Definition: GSLInterpolation.h:59