espdev / csaps-cpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSAPS: cubic spline approximation (smoothing)

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

Currently UnivariateCubicSmoothingSpline class is implemented.

About

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

License:MIT License


Languages

Language:C++ 80.9%Language:CMake 19.1%