interp_test, a C++ code which calls interp(), 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, a C++ code which can parameterize and interpolate data;