![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/config.h"
#include "ghost/types.h"
#include "ghost/util.h"
#include "ghost/math.h"
#include "ghost/omp.h"
#include "ghost/sell_kacz_rb.h"
Functions | |
ghost_error | ghost_initialize_kacz (ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts) |
ghost_error | ghost_kacz_rb (ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts) |
ghost_error | ghost_kacz_rb_with_shift (ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, double *shift_r, ghost_kacz_opts opts) |
ghost_error ghost_initialize_kacz | ( | ghost_sparsemat * | mat, |
ghost_densemat * | b, | ||
ghost_kacz_opts | opts | ||
) |
ghost_error ghost_kacz_rb | ( | ghost_densemat * | x, |
ghost_sparsemat * | mat, | ||
ghost_densemat * | b, | ||
ghost_kacz_opts | opts | ||
) |
ghost_error ghost_kacz_rb_with_shift | ( | ghost_densemat * | x, |
ghost_sparsemat * | mat, | ||
ghost_densemat * | b, | ||
double * | shift_r, | ||
ghost_kacz_opts | opts | ||
) |