1 #ifndef _theplu_yat_regression_linear_interpolation_
2 #define _theplu_yat_regression_linear_interpolation_
25 #include "GSLInterpolation.h"
32 namespace regression {
~LinearInterpolation(void)
The destructor.
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
LinearInterpolation(const utility::VectorBase &x, const utility::VectorBase &y)
The default constructor.
Linear interpolation.
Definition: LinearInterpolation.h:42
Base class for interfacing GSL interpolation.
Definition: GSLInterpolation.h:59