-
HYPRE_GMRESSetup - Prepare to solve the system.
-
HYPRE_GMRESSolve - Solve the system
-
HYPRE_GMRESSetTol - (Optional) Set the convergence tolerance
-
HYPRE_GMRESSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_GMRESSetKDim - (Optional) Set the maximum size of the Krylov space
-
HYPRE_GMRESSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_GMRESSetPrecond - (Optional) Set the preconditioner to use
-
HYPRE_GMRESSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_GMRESSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_GMRESGetNumIterations - Return the number of iterations taken
-
HYPRE_GMRESGetFinalRelativeResidualNorm - Return the norm of the final relative residual
-
HYPRE_GMRESGetResidual - Return the residual
-
HYPRE_GMRESGetTol-
HYPRE_GMRESGetMaxIter-
HYPRE_GMRESGetKDim-
HYPRE_GMRESGetRelChange-
HYPRE_GMRESGetPrecond-
HYPRE_GMRESGetLogging-
HYPRE_GMRESGetPrintLevel-
HYPRE_GMRESGetConverged
Alphabetic index