XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
I1a2. 常微分方程式の初期値問題 (スティフ関数)

関数

void debdf (int n, void(*f)(int, double, double *, double *), double *t, double y[], double tout, double *rtol, double *atol, int itol, int mode, int itstop, void(*djac)(int, double, double *, int, double *), int idjac, double work[], int lwork, int iwork[], int liwork, int *info)
 常微分方程式の初期値問題 (1〜5次 後退微分公式 (BDF))
 
void debdf_r (int n, double *t, double y[], double tout, double *rtol, double *atol, int itol, int mode, int itstop, int idjac, double work[], int lwork, int iwork[], int liwork, int *info, double *tt, double yy[], double yyp[], int ldyypd, double yypd[], int *irev)
 常微分方程式の初期値問題 (1〜5次 後退微分公式 (BDF)) (リバースコミュニケーション版)
 
void radaua (int n, void(*f)(int, double, double *, double *), double *t, double y[], double tout, double tend, double *rtol, double *atol, int itol, void(*fjac)(int, double, double *, int, double *), int ijac, int mljac, int mujac, void(*fmas)(int, int, double *), int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info)
 常微分方程式の初期値問題 (5, 9, 13次 可変次数陰的ルンゲ・クッタ法 (ラダウIIA法))
 
void radaua_r (int n, double *t, double y[], double tout, double tend, double *rtol, double *atol, int itol, int ijac, int mljac, int mujac, int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info, double *tt, double yy[], double yyp[], int ldyypd, double yypd[], int *irev)
 常微分方程式の初期値問題 (5, 9, 13次 可変次数陰的ルンゲ・クッタ法 (ラダウIIA法)) (リバースコミュニケーション版)
 
void rodasa (int n, void(*f)(int, double, double *, double *), int ifcn, double *t, double y[], double tout, double tend, double rtol[], double atol[], int itol, void(*fjac)(int, double, double *, int, double *), int ijac, int mljac, int mujac, void(*fdfx)(int, double, double *, double *), int idfx, void(*fmas)(int, int, double *), int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info)
 常微分方程式の初期値問題 (4(3)次 ローゼンブロック法)
 
void rodasa_r (int n, int ifcn, double *t, double y[], double tout, double tend, double rtol[], double atol[], int itol, int ijac, int mljac, int mujac, int idfx, int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info, double *tt, double yy[], double yyp[], int ldyypd, double yypd[], int *irev)
 常微分方程式の初期値問題 (4(3)次 ローゼンブロック法) (リバースコミュニケーション版)
 
void seulexa (int n, void(*f)(int, double, double *, double *), int ifcn, double *t, double y[], double tout, double tend, double *rtol, double *atol, int itol, void(*fjac)(int, double, double *, int, double *), int ijac, int mljac, int mujac, void(*fmas)(int, int, double *), int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info)
 常微分方程式の初期値問題 (補外法 (線形陰的オイラー法))
 
void seulexa_r (int n, int ifcn, double *t, double y[], double tout, double tend, double *rtol, double *atol, int itol, int ijac, int mljac, int mujac, int imas, int mlmas, int mumas, int mode, double work[], int lwork, int iwork[], int liwork, int *info, double *tt, double yy[], double yyp[], int ldyypd, double yypd[], int *irev)
 常微分方程式の初期値問題 (補外法 (線形陰的オイラー法)) (リバースコミュニケーション版)
 

詳解

I1a2. 常微分方程式の初期値問題 (スティフ関数) プログラムを表示しています.