GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
spmv_pipelined.c File Reference
#include "ghost/config.h"
#include "ghost/types.h"
#include "ghost/locality.h"
#include "ghost/densemat.h"
#include "ghost/task.h"
#include "ghost/taskq.h"
#include "ghost/pumap.h"
#include "ghost/machine.h"
#include "ghost/util.h"
#include "ghost/instr.h"
#include "ghost/sparsemat.h"
#include "ghost/spmv_solvers.h"
#include "ghost/math.h"
#include "ghost/omp.h"
#include <sys/types.h>
#include <string.h>
Include dependency graph for spmv_pipelined.c:

Functions

ghost_error ghost_spmv_pipelined (ghost_densemat *lhs, ghost_sparsemat *mat, ghost_densemat *rhs, ghost_spmv_opts traits)
 

Function Documentation

ghost_error ghost_spmv_pipelined ( ghost_densemat lhs,
ghost_sparsemat mat,
ghost_densemat rhs,
ghost_spmv_opts  traits 
)

Here is the call graph for this function: