RCI ISS Routines
- dcg_init
Initializes the solver.
- dcg_check
Checks consistency and correctness of the user defined data.
- dcg
Computes the approximate solution vector.
- dcg_get
Retrieves the number of the current iteration.
- dcgmrhs_init
Initializes the RCI CG solver with MHRS.
- dcgmrhs_check
Checks consistency and correctness of the user defined data.
- dcgmrhs
Computes the approximate solution vectors.
- dcgmrhs_get
Retrieves the number of the current iteration.
- dfgmres_init
Initializes the solver.
- dfgmres_check
Checks consistency and correctness of the user defined data.
- dfgmres
Makes the FGMRES iterations.
- dfgmres_get
Retrieves the number of the current iteration and updates the solution.