Research Article

Numerical Solution of Diffusion Models in Biomedical Imaging on Multicore Processors

Algorithm 1

Preconditioned GMRES for solving a linear system . Input: (matrix coefficient), (right hand side), (preconditioner). Output: , approximate solution at the th step. For all iteration, a matrix-vector product is required.
Compute , and
Define the . Set .
for to do
  Compute
  For to do:
  
  
end for
   . If set and go to 12
  
end for
Compute the minimiser of
Set .