ESYS13
Revision_
|
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(), FALSE, INDEX2, Paso_Function::mpi_info, Paso_Function::n, Paso_FunctionDerivative(), Paso_InnerProduct(), Paso_l2(), Paso_Update(), Paso_zeroes(), SOLVER_INPUT_ERROR, SOLVER_MEMORY_ERROR, SOLVER_NO_ERROR, TMPMEMALLOC, and TMPMEMFREE.
Referenced by Paso_Solver_NewtonGMRES().