Module interp

Source

Structs§

CubicSpline

Functions§

hermite
lagrange
Create a Lagrange interpolating polynomial.
spline_clamped
Create a clamped cubic spline interpolating the given points.
spline_free
Create a free cubic spline interpolating the given points.