GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
carp_rb.h
Go to the documentation of this file.
1 
6 #ifndef GHOST_CARP_H
7 #define GHOST_CARP_H
8 
9 #include "error.h"
10 #include "sparsemat.h"
11 #include "densemat.h"
12 
13 ghost_error ghost_carp_rb(ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, void *omega, int flag_rb);
14 
15 #endif
ghost_error ghost_carp_rb(ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, void *omega, int flag_rb)
Definition: carp_rb.c:6
Types, functions and macros for error handling.
ghost_error
Error return type.
Definition: error.h:23
A sparse matrix.
Definition: sparsemat.h:476
Types and functions related to sparse matrices.
A dense vector/matrix.
Definition: densemat.h:226