/csaps-cpp

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

Primary LanguageC++MIT LicenseMIT

CSAPS: cubic spline approximation (smoothing)

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

Currently UnivariateCubicSmoothingSpline class is implemented.