GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sell_kacz_fallback.h
Go to the documentation of this file.
1 #ifndef KACZ_FALLBACK
2 #define KACZ_FALLBACK
3 
4 #include "ghost/config.h"
5 #include "ghost/types.h"
6 #include "ghost/util.h"
7 #include "ghost/instr.h"
8 #include "ghost/omp.h"
9 #include "ghost/machine.h"
10 #include "ghost/math.h"
11 #include "ghost/sparsemat.h"
12 #include "ghost/densemat.h"
13 #include "ghost/locality.h"
14 
16 
17 #endif
18 
Functions for global mathematical operations.
Definition: sparsemat.h:124
Header file for type definitions.
Types and functions for gathering locality information.
ghost_error
Error return type.
Definition: error.h:23
ghost_error ghost_kacz_fallback(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_fallback.cpp:391
General utility functions.
Macros used for code instrumentation.
A sparse matrix.
Definition: sparsemat.h:476
Function wrappers for OpenMP functions. If OpenMP ist disabled, the function are still defined but st...
Types and functions related to sparse matrices.
Functions to access machine information.
A dense vector/matrix.
Definition: densemat.h:226