#include "Common.h"#include "Solver.h"#include "PasoUtil.h"Functions | |
| err_t | Paso_Solver_GMRES2 (Paso_Function *F, const double *f0, const double *x0, double *dx, dim_t *iter, double *tolerance, Paso_Performance *pp) |
| err_t Paso_Solver_GMRES2 | ( | Paso_Function * | F, | |
| const double * | f0, | |||
| const double * | x0, | |||
| double * | dx, | |||
| dim_t * | iter, | |||
| double * | tolerance, | |||
| Paso_Performance * | pp | |||
| ) |
References ABS, ApplyGivensRotations(), INDEX2, Paso_Function::mpi_info, Paso_Function::n, Paso_FunctionDerivative(), Paso_InnerProduct(), Paso_l2(), Paso_Update(), Paso_zeroes(), SOLVER_NO_ERROR, TMPMEMALLOC, and TMPMEMFREE.
Referenced by Paso_Solver_NewtonGMRES().
1.7.1