interp, a Fortran90 code which takes a set of data associated with successive values of a parameter, and produces an interpolating function which can be evaluated over a continuous range of the parameter.
The information on this web page is distributed under the MIT license.
interp is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
bernstein_polynomial, a Fortran90 code which evaluates the Bernstein polynomials, useful for uniform approximation of functions;
divdif, a Fortran90 code which uses divided differences to interpolate data.
hermite_polynomial, a Fortran90 code which computes the Hermite interpolant, a polynomial that matches function values and derivatives.
nms, a Fortran90 code which includes a package for the computation of piecewise cubic Hermite splines.
pppack, a Fortran90 code which implements Carl de Boor's piecewise polynomial functions, including, in particular, cubic splines.
rbf_interp_nd, a Fortran90 code which defines and evaluates radial basis interpolants to multidimensional data.
spline, a Fortran90 code which computes functions that approximate or interpolate data.
test_approx, a Fortran90 code which defines a number of test problems for approximation and interpolation.
test_interp_1d, a Fortran90 code which defines test problems for interpolation of data y(x), depending on a 1D argument.