Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 246 Bytes

CSAPS: cubic spline approximation (smoothing)

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

Currently UnivariateCubicSmoothingSpline class is implemented.