dcg_get
dcg_get
Retrieves the number of the current iteration.
Syntax
void
dcg_get
(
const
MKL_INT
*n
,
const
double
*x
,
const
double
*b
,
const
MKL_INT
*RCI_request
,
const
MKL_INT
*ipar
,
const
double
*dpar
,
const
double
*tmp
,
MKL_INT
*itercount
);
Include Files
- mkl.h
Description
The routine
dcg_get
retrieves the current iteration number of the solutions process.Input Parameters
- n
- Sets the size of the problem.
- x
- Array of sizen. Contains the approximation vector to the solution.
- b
- Array of sizen. Contains the right-hand side vector.
- RCI_request
- This parameter is not used.
- ipar
- Array of size128. Refer to the CG Common Parameters.
- dpar
- Array of size128. Refer to the CG Common Parameters.
- tmp
- Array of size(. Refer to the CG Common Parameters.n*4)
Output Parameters
- itercount
- Returns the current iteration number.
Return Values
The routine
dcg_get
has no return values.