![]() |
XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
|
関数 | |
void | qagp (double(*f)(double), double a, double b, int npts2, double points[], double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int liwork, int *info) |
有限区間の積分 (適応自動積分) (積分区間内に既知の特異点がある場合) (21点ガウス・クロンロッド則) | |
void | qagp_r (double a, double b, int npts2, double points[], double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int liwork, int *info, double *xx, double yy, int *irev) |
有限区間の積分 (適応自動積分) (積分区間内に既知の特異点がある場合) (21点ガウス・クロンロッド則) (リバースコミュニケーション版) | |
void | qawc (double(*f)(double), double a, double b, double c, double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int *info) |
有限区間の積分 (適応自動積分) (コーシーの主値積分) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) | |
void | qawc_r (double a, double b, double c, double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int *info, double *xx, double yy, int *irev) |
有限区間の積分 (適応自動積分) (コーシーの主値積分) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) (リバースコミュニケーション版) | |
void | qawo (double(*f)(double), double a, double b, double omega, int integr, double epsabs, double epsrel, int limit, int maxp1, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int liwork, int *info) |
有限区間の積分 (適応自動積分) (振動型関数) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) | |
void | qawo_r (double a, double b, double omega, int integr, double epsabs, double epsrel, int limit, int maxp1, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int liwork, int *info, double *xx, double yy, int *irev) |
有限区間の積分 (適応自動積分) (振動型関数) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) (リバースコミュニケーション版) | |
void | qaws (double(*f)(double), double a, double b, double alfa, double beta, int integr, double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int *info) |
有限区間の積分 (適応自動積分) (積分区間の端に特異点がある場合) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) | |
void | qaws_r (double a, double b, double alfa, double beta, int integr, double epsabs, double epsrel, int limit, double *result, double *abserr, int *neval, int *last, double work[], int lwork, int iwork[], int *info, double *xx, double yy, int *irev) |
有限区間の積分 (適応自動積分) (積分区間の端に特異点がある場合) (25点クレンショー・カーチス公式および15点ガウス・クロンロッド則) (リバースコミュニケーション版) | |
H2a2a. 1変数有限区間積分 (特殊な被積分関数) (関数入力) プログラムを表示しています. ction).