ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_plot.h
Go to the documentation of this file.
1 
8 #ifndef SCAMAC_PLOT_H
9 #define SCAMAC_PLOT_H
10 
11 #include "scamac_error.h"
12 #include "scamac_statistics.h" // for scamac_pattern_st
13 
14 // plot sparsity pattern "one pixel per entry". Use only for small matrices
15 ScamacErrorCode scamac_plot_pattern_onetoone(const scamac_matrix_pattern_st * pat, const char * filename);
16 
20 ScamacErrorCode scamac_plot_pattern(const scamac_matrix_pattern_st * pat, int downscale, const char * filename);
21 
22 
23 #endif /* SCAMAC_PLOT_H */
ScaMaC data structure and macro definitions.
Pattern and value statistics.
ScamacErrorCode scamac_plot_pattern(const scamac_matrix_pattern_st *pat, int downscale, const char *filename)
write pattern to file