-
HYPRE_LOBPCGCreate - LOBPCG constructor
-
HYPRE_LOBPCGDestroy - LOBPCG destructor
-
HYPRE_LOBPCGSetPrecond - (Optional) Set the preconditioner to use.
-
HYPRE_LOBPCGGetPrecond-
HYPRE_LOBPCGSetup - Set up A and the preconditioner (if there is one)
-
HYPRE_LOBPCGSetupB - (Optional) Set up B.
-
HYPRE_LOBPCGSetupT - (Optional) Set the preconditioning to be applied to Tx = b, not Ax = b
-
HYPRE_LOBPCGSolve - Solve A x = lambda B x, y'x = 0
-
HYPRE_LOBPCGSetTol - (Optional) Set the absolute convergence tolerance
-
HYPRE_LOBPCGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_LOBPCGSetPrecondUsageMode - Define which initial guess for inner PCG iterations to use: mode = 0: use zero initial guess, otherwise use RHS
-
HYPRE_LOBPCGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
Alphabetic index