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

関数

void _pchfe (int n, double x[], double f[], double d[], int incfd, int skip, int ne, double xe[], double fe[], int *info)
 区分3次エルミート(または3次スプライン)補間関数値
 
void _pchse (int n, double x[], double f[], double d[], int incfd, double work[], int lwork, int *info)
 区分3次スプライン補間 ("not a knot"境界条件)
 
double _pchia (int n, double x[], double f[], double d[], int incfd, int skip, double a, double b, int *info)
 区分3次エルミート(または3次スプライン)補間関数の積分値
 

詳解

E. 補間 プログラムを表示しています.