![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
The CARP (component-averaged row projection) method. More...
Go to the source code of this file.
Functions | |
ghost_error | ghost_carp (ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, ghost_carp_opts opts) |
ghost_error | ghost_carp_rb (ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, void *omega, int flag_rb) |
The CARP (component-averaged row projection) method.
ghost_error ghost_carp | ( | ghost_sparsemat * | mat, |
ghost_densemat * | x, | ||
ghost_densemat * | b, | ||
ghost_carp_opts | opts | ||
) |
ghost_error ghost_carp_rb | ( | ghost_sparsemat * | mat, |
ghost_densemat * | x, | ||
ghost_densemat * | b, | ||
void * | omega, | ||
int | flag_rb | ||
) |