Interpolation - fabiankindermann/ce-fortran GitHub Wiki
-
poly_interpol
: Polynomial interpolation
-
linint_Equi
: Linear interpolation on equidistant grids
-
linint_Cheb
: Linear interpolation on Chebychev style grids
-
linint_Grow
: Linear interpolation on grids with growing distance
-
linint_Gen
: Linear interpolation on arbitrary nodes
-
spline
: Spline interpolation all in one step
-
spline_interp
: Calculate coefficients of an interpolating spline
-
spline_eval
: Evaluate a spline function at a certain point
⚠️ **GitHub.com Fallback** ⚠️