XLPack 6.1
C/C++ API リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
E. 補間 (多項式補間)

関数

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. 補間 (多項式補間) プログラムを表示しています.