![]() |
XLPack 6.1
C/C++ API リファレンスマニュアル
|
関数 | |
| double | _fitlag (double x, int n, double a[], double f[], int m, double eps, int *info) |
| 反復ラグランジュ補間 | |
| void | _polcof (double xx, int n, double x[], double c[], double d[], double work[]) |
| 補間多項式の係数 | |
| void | _polint (int n, double x[], double y[], double c[], int *info) |
| 補間多項式の生成 | |
| void | _polyvl (int nder, double xx, double *yfit, double yp[], int n, double x[], double c[], double work[], int *info) |
| 補間多項式の関数値および微分係数 | |
E. 補間 (多項式補間) プログラムを表示しています.