I need to use natural cubic spline interpolation in an iPhone app. Does anyone know of a class for Obj C or C that resembles this: http://www.ee.ucl.ac.uk/~mflanaga/java/CubicSpline.html
"performing an interpolation within a one dimensional array of data points, y = f(x), using a cubic spline."