GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sell_spmv_cu_fallback.h
Go to the documentation of this file.
1 #ifndef GHOST_SELLSPMV_CU_FALLBACK
2 #define GHOST_SELLSPMV_CU_FALLBACK
3 
4 #include "ghost/sparsemat.h"
5 #include "ghost/densemat.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
ghost_error ghost_sellspmv_cu_fallback_selector(ghost_densemat *lhs, ghost_sparsemat *mat, ghost_densemat *rhs, ghost_spmv_opts opts)
ghost_error
Error return type.
Definition: error.h:23
A sparse matrix.
Definition: sparsemat.h:476
Definition: sparsemat.h:71
Types and functions related to sparse matrices.
A dense vector/matrix.
Definition: densemat.h:226