GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
spmv_solvers.h File Reference

SpMV solver functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ghost_error ghost_spmv_vectormode (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)
 
ghost_error ghost_spmv_taskmode (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits)
 
ghost_error ghost_spmv_pipelined (ghost_densemat *res, ghost_sparsemat *mat, ghost_densemat *invec, ghost_spmv_opts traits)
 

Detailed Description

SpMV solver functions.

Author
Moritz Kreutzer morit.nosp@m.z.kr.nosp@m.eutze.nosp@m.r@fa.nosp@m.u.de

Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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: