TOMS792 is a FORTRAN90 library which can be used to test the accuracy of programs that interpolate 2D scattered data, by Robert Renka.
TOMS792 is ACM TOMS Algorithm 792.
The original, true, correct version of this ACM TOMS algorithm is available in the TOMS subdirectory of the NETLIB web site.
TOMS792 is available in a FORTRAN90 version.
RBF_INTERP, a FORTRAN90 library which defines and evaluates radial basis interpolants to multidimensional data.
TOMS526, a FORTRAN90 library which interpolates scattered bivariate data, This is a FORTRAN90 version of ACM TOMS algorithm 526, by Hiroshi Akima;
TOMS660, a FORTRAN90 library which takes scattered 2D data and produces an interpolating function F(X,Y), this is a FORTRAN90 version of ACM TOMS algorithm 660, called qshep2d, by Robert Renka.
TOMS661, a FORTRAN90 library which takes scattered 3D data and produces an interpolating function F(X,Y,Z), this is a FORTRAN90 version of ACM TOMS algorithm 661, called qshep3d, by Robert Renka.
TOMS790, a FORTRAN90 library which computes an interpolating function to a set of scattered data in the plane; this library is commonly called CSHEP2D; by Robert Renka; this is ACM TOMS algorithm 790.
TOMS886, a FORTRAN90 library which defines the Padua points for interpolation in a 2D region, including the rectangle, triangle, and ellipse, by Marco Caliari, Stefano de Marchi, Marco Vianello. This is ACM TOMS algorithm 886.
Robert Renka
You can go up one level to the FORTRAN90 source codes.