Visible to Intel only — GUID: GUID-FE88F7C1-2706-4C79-91CD-C9E0B7F89C70
Visible to Intel only — GUID: GUID-FE88F7C1-2706-4C79-91CD-C9E0B7F89C70
dcgmrhs_get
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 );
- mkl.h
The routine dcgmrhs_get retrieves the current iteration number of the solving process.
- n
-
Sets the size of the problem.
- x
-
Array of size n*nrhs. Contains the initial approximation to the solution vectors.
- nrhs
-
Sets the number of right-hand sides.
- b
-
Array of size n*nrhs. Contains the right-hand side .
- RCI_request
-
This parameter is not used.
- ipar
-
Array of size (128+2*nrhs). Refer to the CG Common Parameters.
- dpar
-
Array of size (128+2*nrhs). Refer to the CG Common Parameters.
- tmp
-
Array of size (n*(3+nrhs)). Refer to the CG Common Parameters.
- itercount
-
Array of size nrhs. Returns the current iteration number for each right-hand side.
The routine dcgmrhs_get has no return values.