Retrieves the number of the current iteration.
dcg_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 dcg_get retrieves the current iteration number of the solutions process.
INTEGER. Sets the size of the problem.
DOUBLE PRECISION array of size n. Contains the initial approximation vector to the solution.
DOUBLE PRECISION array of size n. Contains the right-hand side vector.
INTEGER. This parameter is not used.
INTEGER array of size 128. Refer to the CG Common Parameters.
DOUBLE PRECISION array of size 128. Refer to the CG Common Parameters.
DOUBLE PRECISION array of size (n,4). Refer to the CG Common Parameters.
INTEGER argument. Returns the current iteration number.
The routine dcg_get has not return values.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.