|
libsidplayfp 2.15.0
|
#include <Spline.h>
Public Types | |
| using | Point |
Public Member Functions | |
| Spline (const std::vector< Point > &input) | |
| Point | evaluate (double x) const |
Fritsch-Carlson monotone cubic spline interpolation.
Based on the implementation from the Monotone cubic interpolation wikipedia page.
| using reSIDfp::Spline::Point |
| Spline::Point reSIDfp::Spline::evaluate | ( | double | x | ) | const |
Evaluate y and its derivative at given point x.