ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_matop_analysis.h
Go to the documentation of this file.
1 
8 #ifndef SCAMAC_MATOP_ANALYSIS_H
9 #define SCAMAC_MATOP_ANALYSIS_H
10 
11 #include <stdbool.h>
12 
13 #include "scamac_error.h"
14 #include "scamac_matop.h"
15 
23 ScamacErrorCode scamac_matop_analyse_symmetry(const ScamacMatop * op, double *dev_symm);
24 
25 ScamacErrorCode scamac_matop_analyse_transpose(const ScamacMatop * opa, const ScamacMatop * opb, double *dev_transpose);
26 
27 ScamacErrorCode scamac_matop_analyse_inverse(const ScamacMatop * opa, const ScamacMatop * opb, double *dev_inverse);
28 
29 ScamacErrorCode scamac_matop_analyse_commutator(const ScamacMatop * opa, const ScamacMatop * opb, double *dev_comm);
30 
31 ScamacErrorCode scamac_matop_analyse_norm(const ScamacMatop * opa, double *nrm);
32 
33 
34 #endif /* SCAMAC_MATOP_ANALYSIS_H */
ScamacErrorCode scamac_matop_analyse_symmetry(const ScamacMatop *op, double *dev_symm)
analyse symmetry (hermiticity) of matrix operator
Sparse matrix creation and manipulation.
ScaMaC data structure and macro definitions.