int HYPRE_ParaSailsSolve

(HYPRE_Solver solver,
  HYPRE_ParCSRMatrix A,
  HYPRE_ParVector b, HYPRE_ParVector x)

Apply the ParaSails preconditioner.

Documentation

Apply the ParaSails preconditioner. This function should be passed to the iterative solver SetPrecond function.

Parameters:
solver - [IN] Preconditioner object to apply.
A - Ignored by this function.
b - [IN] Vector to precondition.
x - [OUT] Preconditioned vector.

Alphabetic index