1 #ifndef GHOST_KACZ_HYBRID_SPLIT_H
2 #define GHOST_KACZ_HYBRID_SPLIT_H
Functions for global mathematical operations.
ghost_error find_zone_extrema(ghost_sparsemat *mat, int **extrema, ghost_lidx a, ghost_lidx b)
Definition: kacz_hybrid_split.c:17
ghost_error checker(ghost_sparsemat *mat)
Definition: kacz_hybrid_split.c:62
Types and functions for gathering locality information.
ghost_error split_transition(ghost_sparsemat *mat)
Definition: kacz_hybrid_split.c:223
int32_t ghost_lidx
Definition: types.h:503
Types and functions for reading binary CRS files.
ghost_error
Error return type.
Definition: error.h:23
General utility functions.
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.
ghost_error split_analytical(ghost_sparsemat *mat)
Definition: kacz_hybrid_split.c:349
ghost_error mat_bandwidth(ghost_sparsemat *mat, int *lower_bw, int *upper_bw, int a, int b)
Definition: kacz_hybrid_split.c:172