csaps-cpp icon indicating copy to clipboard operation
csaps-cpp copied to clipboard

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

CSAPS: cubic spline approximation (smoothing)

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

Currently UnivariateCubicSmoothingSpline class is implemented.