XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
sor_r.c ファイル

関数

void sor_r (int n, const double b[], double x[], int maxiter, int *iter, double *res, int lwork, double work[], int *info, double xx[], double yy[], int *irev)
 逐次的過剰緩和(SOR)法による連立一次方程式 Ax = b の解 (リバースコミュニケーション版)