GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sell_kacz_mc.h
Go to the documentation of this file.
1 #ifndef SELL_KACZ_MC
2 #define SELL_KACZ_MC
3 
4 #include "sparsemat.h"
5 #include "densemat.h"
6 
7 
9 
10 
11 #endif
Definition: sparsemat.h:124
ghost_error ghost_kacz_mc(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_mc.c:30
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