GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
spmv.c File Reference
#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"
Include dependency graph for spmv.c:

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)
 

Function Documentation

ghost_error ghost_spmv_nocomm ( ghost_densemat res,
ghost_sparsemat mat,
ghost_densemat invec,
ghost_spmv_opts  traits 
)

Here is the call graph for this function: