Eigen based C++11 implementation of cubic spline approximation (smoothing)
Eigen based C++ implementation of cubic spline approximation (smoothing).
Currently UnivariateCubicSmoothingSpline
class is implemented.