Retrieves the number of the current iteration.
dcgmrhs_get(n, x, b, RCI_request, ipar, dpar, tmp, itercount)
The Fortran interface is specified in the mkl_rci.fi include file and the C interface is specified in the mkl_rci.h include file.
The routine dcgmrhs_get retrieves the current iteration number of the solving process.
To use this routine with the name dcg_get, switch on the compiler preprocessor and include the files mkl_solver.h for C/C++, or mkl_solver.f77 for FORTRAN.
INTEGER. Contains the size of the problem, and the sizes of arrays x and b.
DOUBLE PRECISION matrix of size n-by-nrhs. Contains the initial approximation to the solution vectors.
INTEGER. This parameter 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. Contains the value of the current iteration number.
The routine dcgmrhs_get does not return any value.
Copyright © 1994 - 2010, Intel Corporation. All rights reserved.