Intel® oneAPI Math Kernel Library Developer Reference - C
Retrieves the number of the current iteration.
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 );
The routine dcg_get retrieves the current iteration number of the solutions process.
Sets the size of the problem.
Array of size n. Contains the approximation vector to the solution.
Array of size n. Contains the right-hand side vector.
This parameter is not used.
Array of size 128. Refer to the CG Common Parameters.
Array of size 128. Refer to the CG Common Parameters.
Array of size (n*4). Refer to the CG Common Parameters.
Returns the current iteration number.
The routine dcg_get has no return values.