CSAPS: cubic spline approximation (smoothing)

June 27, 2017 ยท View on GitHub

Eigen based C++ implementation of cubic spline approximation (smoothing).

Currently UnivariateCubicSmoothingSpline class is implemented.