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

Functions

ghost_error ghost_spmv_vectormode (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits)
 

Function Documentation

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

Here is the call graph for this function: