INTERP
Interpolation Routines


INTERP is a FORTRAN90 program 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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

DIVDIF is a FORTRAN90 library which uses divided differences to interpolate data.

NMS is a FORTRAN90 library which includes a package for the computation of piecewise cubic Hermite splines.

PPPACK is a FORTRAN90 library which implements Carl de Boor's piecewise polynomial functions, including, in particular, cubic splines.

SPLINE is a FORTRAN90 library which computes functions that approximate or interpolate data.

TEST_APPROX is a FORTRAN90 library which defines a number of test problems for approximation and interpolation.

TEST_INTERP is a FORTRAN90 library which defines a number of test problems for interpolation.

Reference:

  1. Samuel Conte, Carl deBoor,
    Elementary Numerical Analysis,
    Second Edition,
    McGraw Hill, 1972,
    ISBN: 07-012446-4,
    LC: QA297.C65.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 29 December 2007.