项目作者: espdev

项目描述 :
Eigen based C++11 implementation of cubic spline approximation (smoothing)
高级语言: C++
项目地址: git://github.com/espdev/csaps-cpp.git
创建时间: 2017-06-27T15:53:42Z
项目社区:https://github.com/espdev/csaps-cpp

开源协议:MIT License

下载


CSAPS: cubic spline approximation (smoothing)

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

Currently UnivariateCubicSmoothingSpline class is implemented.