int HYPRE_ParCSRHybridSolve

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

Solve linear system

Documentation

Solve linear system
Parameters:
solver - [IN] solver or preconditioner object to be applied.
A - [IN] ParCSR matrix, matrix of the linear system to be solved
b - [IN] right hand side of the linear system to be solved
x - [OUT] approximated solution of the linear system to be solved

Alphabetic index