|
PaStiX Handbook 6.4.0
|
Go to the source code of this file.
Functions | |
| void | c_refine_init (struct c_solver *solver, pastix_data_t *pastix_data) |
| Initiate functions pointers to define basic operations. | |
| pastix_int_t | c_gmres_smp (pastix_data_t *pastix_data, pastix_rhs_t xp, pastix_rhs_t bp) |
| pastix_int_t | c_grad_smp (pastix_data_t *pastix_data, pastix_rhs_t xp, pastix_rhs_t bp) |
| pastix_int_t | c_pivot_smp (pastix_data_t *pastix_data, pastix_rhs_t xp, pastix_rhs_t bp) |
| pastix_int_t | c_bicgstab_smp (pastix_data_t *pastix_data, pastix_rhs_t xp, pastix_rhs_t bp) |
PaStiX refinement functions implementations.
Definition in file c_refine_functions.h.