Retrieves the number of the current iteration.
dcgmrhs_get(n, x, b, RCI_request, ipar, dpar, tmp, itercount)
The routine dcgmrhs_get retrieves the current iteration number of the solving process.
INTEGER. Sets the size of the problem.
DOUBLE PRECISION matrix of size n*nrhs. Contains the initial approximation to the solution vectors.
INTEGER. Sets the number of right-hand sides.
DOUBLE PRECISION matrix of size (nrhs,n). Contains the right-hand side .
INTEGER. This parameter is not used.
INTEGER array of size (128+2*nrhs). Refer to the CG Common Parameters.
DOUBLE PRECISION array of size (128+2*nrhs). Refer to the CG Common Parameters.
DOUBLE PRECISION array of size (n, 3+nrhs). Refer to the CG Common Parameters.
INTEGER argument. Returns the current iteration number.