![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
double | fitlag (double x, int n, double a[], double f[], int m, double eps, int *info) |
Iterated Lagrange interpolation | |
void | polcof (double xx, int n, double x[], double c[], double d[], double work[]) |
Coefficients of polynomial interpolation | |
void | polint (int n, double x[], double y[], double c[], int *info) |
Produces a polynomial interpolation | |
void | polyvl (int nder, double xx, double *yfit, double yp[], int n, double x[], double c[], double work[], int *info) |
Produces a polynomial interpolation | |
This is the group of E. Interpolation (Polynomial interpolation).