Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Retrieves the number of the current iteration.
dcgmrhs_get(n, x, nrhs, 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. Array of size n*nrhs. Contains the initial approximation to the solution vectors.
INTEGER. Sets the number of right-hand sides.
DOUBLE PRECISION. Array of size n*nrhs. 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. Array of size nrhs. Returns the current iteration number for each right-hand side.
The routine dcgmrhs_get has no return values.