|
Stimfit @PACKAGE_VERSION@
|
Cubic spline interpolation. More...

Go to the source code of this file.
Namespaces | |
| namespace | stfnum |
Functions | |
| Vector_double | stfnum::d3_np_fs (Vector_double &a, const Vector_double &b) |
| void | stfnum::dvec_bracket3 (const Vector_double &t, double tval, int &left) |
| Vector_double | stfnum::spline_cubic_set (const Vector_double &t, const Vector_double &y, int ibcbeg, double ybcbeg, int ibcend, double ybcend) |
| double | stfnum::spline_cubic_val (const Vector_double &t, double tval, const Vector_double &y, const Vector_double &ypp, double &ypval, double &yppval) |
Cubic spline interpolation.
Based on algorithms by John Burkardt: http://www.scs.fsu.edu/~burkardt/index.html
Definition in file spline.h.