- constant
module mir.interpolate.constant
Constant Interpolation
- extrapolate
module mir.interpolate.extrapolate
Extrapolators
- generic
module mir.interpolate.generic
Generic Piecewise Interpolant
- linear
module mir.interpolate.linear
Linear Interpolation
- mod
module mir.interpolate.mod
Interpolation Modifier
- polynomial
module mir.interpolate.polynomial
Lagrange Barycentric Interpolation
- spline
module mir.interpolate.spline
Cubic Spline Interpolation
- utility
module mir.interpolate.utility
Undocumented in source.
Interpolation Algorithms
Interpolation modules
$(TR $(TDNW $(MREF mir,interpolate,constant)) $(TD Constant Interpolant)) $(TR $(TDNW $(MREF mir,interpolate,generic)) $(TD Generic Piecewise Interpolant)) $(TR $(TDNW $(MREF mir,interpolate,linear)) $(TD Linear Interpolant)) $(TR $(TDNW $(MREF mir,interpolate,polynomial)) $(TD Lagrange Barycentric Interpolant)) $(TR $(TDNW $(MREF mir,interpolate,spline)) $(TD Piecewise Cubic Hermite Interpolant Spline: C2 (with contiguous second derivative), cardinal, monotone (aka PCHIP), double-quadratic, Akima))
]