GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rcm_dissection.h
Go to the documentation of this file.
1 #ifndef RCM_DISSECTION_H
2 #define RCM_DISSECTION_H
3 
4 #include "sparsemat.h"
5 
6 #ifdef __cplusplus
7 
8 extern "C" {
9 #endif
10 
13 
14 
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
ghost_error find_transition_zone(ghost_sparsemat *mat, int n_threads)
Definition: rcm_dissection.cpp:15
ghost_error
Error return type.
Definition: error.h:23
ghost_error checker_rcm(ghost_sparsemat *mat)
Definition: rcm_dissection.cpp:154
A sparse matrix.
Definition: sparsemat.h:476
Types and functions related to sparse matrices.
ghost_error ghost_rcm_dissect(ghost_sparsemat *mat)
Definition: rcm_dissection.cpp:185