ScaMaC
0.8.2
A Scalable Matrix Collection
lib
toolkit
toolkitsrc
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 */
scamac_sparsemat.h
Sparse matrix creation and manipulation.
scamac_cmk
ScamacErrorCode scamac_cmk(const ScamacMatrix *sm, int **perm)
return Cuthill-McKee permutation
scamac_error.h
ScaMaC data structure and macro definitions.
scamac_sparsemat_permute
ScamacErrorCode scamac_sparsemat_permute(const ScamacMatrix *sm, const int *perm, ScamacMatrix **sm_perm)
permute sparse matrix
Generated by
1.8.13