ScaMaC  0.8.2
A Scalable Matrix Collection
scamactools.h
Go to the documentation of this file.
1 #ifndef SCAMACTOOLS_H
2 #define SCAMACTOOLS_H
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include "scamactools.have"
16 
17 #include "scamac_statistics.h"
18 
19 #ifdef HAVE_SCAMAC_PLOT_H
20  #include "scamac_plot.h"
21 #endif
22 
23 #ifdef HAVE_SCAMAC_SPECTRUM_H
24  #include "scamac_spectrum.h"
25 #endif
26 
27 #ifdef HAVE_SCAMAC_LANCZOS_H
28  #include "scamac_lanczos.h"
29 #endif
30 
31 #ifdef HAVE_SCAMAC_CMK_H
32  #include "scamac_cmk.h"
33 #endif
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 
40 #endif /* SCAMACTOOLS_H */
Compute entire spectrum of (sparse) matrix.
Plot the sparsity pattern.
Cuthill-McKee algorithm.
Pattern and value statistics.
Compute (approximate) bounds on the spectrum.