![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/config.h"
#include "ghost/types.h"
#include "ghost/locality.h"
#include "ghost/densemat.h"
#include "ghost/util.h"
#include "ghost/instr.h"
#include "ghost/sparsemat.h"
#include "ghost/spmv_solvers.h"
#include "ghost/math.h"
#include <sys/types.h>
#include <string.h>
Functions | |
ghost_error | ghost_spmv_goodfaith (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits) |
ghost_error ghost_spmv_goodfaith | ( | ghost_densemat * | res, |
ghost_sparsemat * | mat, | ||
ghost_densemat * | invec, | ||
ghost_spmv_opts | traits | ||
) |