Interpolation Library for fortran90

Viewed 49

Does anyone know a tested library that does piece-wise cubic splines in Fortran? I want a routine that can interpolate a data set in the form $(x_{i},y_{i})$, save the coefficients and then evaluate the interpolation at a given scalar x.

0 Answers
Related