|
libsidplayfp
1.4.2
|
#include <Spline.h>
Classes | |
| struct | Point |
Public Member Functions | |
| Spline (const Point input[], int inputLength) | |
| void | evaluate (double x, Point &out) |
Fritsch-Carlson monotone cubic spline interpolation.
Based on the implementation from the wikipedia page: https://en.wikipedia.org/wiki/Monotone_cubic_interpolation
| void reSIDfp::Spline::evaluate | ( | double | x, |
| Point & | out | ||
| ) |
Evaluate y and its derivative at given point x.
1.8.5