ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_cmk.h
Go to the documentation of this file.
1 
9 #ifndef SCAMAC_CMK_H
10 #define SCAMAC_CMK_H
11 
12 #include "scamac_error.h"
13 #include "scamac_sparsemat.h"
14 
18 ScamacErrorCode scamac_cmk(const ScamacMatrix *sm, int ** perm);
19 
23 ScamacErrorCode scamac_sparsemat_permute(const ScamacMatrix *sm, const int *perm, ScamacMatrix ** sm_perm);
24 
25 
26 #endif /* SCAMAC_CMK_H */
Sparse matrix creation and manipulation.
ScamacErrorCode scamac_cmk(const ScamacMatrix *sm, int **perm)
return Cuthill-McKee permutation
ScaMaC data structure and macro definitions.
ScamacErrorCode scamac_sparsemat_permute(const ScamacMatrix *sm, const int *perm, ScamacMatrix **sm_perm)
permute sparse matrix