XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
fgmres_r.c File Reference

Functions

void fgmres_r (int n, const double b[], double x[], int m, int maxiter, int *iter, double *res, int lwork, double work[], int *info, double xx[], double yy[], int *irev)
 Solution of linear system Ax = b using generalized minimum residual (FGMRES) method (Reverse communication version)