Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
spline.h File Reference

Cubic spline interpolation. More...

This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Cubic spline interpolation.

Author
John Burkardt, Christoph Schmidt-Hieber
Date
2008-01-16

Based on algorithms by John Burkardt: http://www.scs.fsu.edu/~burkardt/index.html

Definition in file spline.h.