Intel® oneAPI Math Kernel Library Developer Reference - C
Retrieves the number of the current iteration.
void dcgmrhs_get (const MKL_INT *n , const double *x , const MKL_INT *nrhs , const double *b , const MKL_INT *RCI_request , const MKL_INT *ipar , const double *dpar , const double *tmp , MKL_INT *itercount );
The routine dcgmrhs_get retrieves the current iteration number of the solving process.
Sets the size of the problem.
Array of size n*nrhs. Contains the initial approximation to the solution vectors.
Sets the number of right-hand sides.
Array of size n*nrhs. Contains the right-hand side .
This parameter is not used.
Array of size (128+2*nrhs). Refer to the CG Common Parameters.
Array of size (128+2*nrhs). Refer to the CG Common Parameters.
Array of size (n*(3+nrhs)). Refer to the CG Common Parameters.
Array of size nrhs. Returns the current iteration number for each right-hand side.
The routine dcgmrhs_get has no return values.