-
HYPRE_LGMRESSetup - Prepare to solve the system.
-
HYPRE_LGMRESSolve - Solve the system.
-
HYPRE_LGMRESSetTol - (Optional) Set the convergence tolerance
-
HYPRE_LGMRESSetAbsoluteTol - (Optional) Set the absolute convergence tolerance (default is 0).
-
HYPRE_LGMRESSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_LGMRESSetKDim - (Optional) Set the maximum size of the approximation space (includes the augmentation vectors)
-
HYPRE_LGMRESSetAugDim - (Optional) Set the number of augmentation vectors (default: 2)
-
HYPRE_LGMRESSetPrecond - (Optional) Set the preconditioner to use
-
HYPRE_LGMRESSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_LGMRESSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_LGMRESGetNumIterations - Return the number of iterations taken
-
HYPRE_LGMRESGetFinalRelativeResidualNorm - Return the norm of the final relative residual
-
HYPRE_LGMRESGetResidual - Return the residual
-
HYPRE_LGMRESGetTol-
HYPRE_LGMRESGetMaxIter-
HYPRE_LGMRESGetKDim-
HYPRE_LGMRESGetAugDim-
HYPRE_LGMRESGetPrecond-
HYPRE_LGMRESGetLogging-
HYPRE_LGMRESGetPrintLevel-
HYPRE_LGMRESGetConverged
Alphabetic index