Static Public Member Functions | |
static int | Function (const T1 *x, const T2 *y, const unsigned int n, T3_ *y2, const T3_ yp1=1.0e30, const T3_ ypn=1.0e30) |
calculate spline function for given points. | |
static int | Interpolation (const T1 *xa, const T2 *ya, const T3_ *y2a, const unsigned int na, const T1 *x, T2 *y, const unsigned int n) |
perform cubic spline interpolation for given points. |
Definition at line 56 of file displint.h.
|
calculate spline function for given points. T1 = type of x coordinates T2 = type of y coordinates T3_ = type of y coordinates of the spline function
Definition at line 75 of file displint.h. |
|
perform cubic spline interpolation for given points. T1 = type of x coordinates T2 = type of y coordinates T3_ = type of y coordinates of the spline function
Definition at line 146 of file displint.h. |