![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/config.h"#include "ghost/types.h"#include "ghost/math.h"#include "ghost/instr.h"#include "ghost/util.h"#include "ghost/spmv_solvers.h"#include "ghost/compatibility_check.h"
Functions | |
| ghost_error | ghost_spmv (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits) |
| Multiply a sparse matrix with a dense vector. More... | |
| ghost_error | ghost_spmv_nocomm (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits) |
| ghost_error ghost_spmv_nocomm | ( | ghost_densemat * | res, |
| ghost_sparsemat * | mat, | ||
| ghost_densemat * | invec, | ||
| ghost_spmv_opts | traits | ||
| ) |

1.8.6