Go to the first, previous, next, last section, table of contents.


spline

Function: spline { float*knots, float x -> r }
file: jobg.t
package: muf
status: alpha

A basic cubic spline interpolation routine suitable for constructing smooth curves. knots should be a float vector of length at least four; x is the point at which to evaluate the spline.


Go to the first, previous, next, last section, table of contents.