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