Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 255 Bytes

CubicSpline.md

File metadata and controls

6 lines (6 loc) · 255 Bytes

Cubic Spline

Use cubic spline to fit data and evaluate using interpolation and extrapolation.

  1. tkSpline
    Use tk spline library to fit data and evaluate. Ref: https://github.com/ttk592/spline
  2. MySpline
    Cubic spline library based on Eigen.