ScaMaC  0.8.2
A Scalable Matrix Collection
Functions
scamac_cmk.h File Reference

Cuthill-McKee algorithm. More...

#include "scamac_error.h"
#include "scamac_sparsemat.h"

Go to the source code of this file.

Functions

ScamacErrorCode scamac_cmk (const ScamacMatrix *sm, int **perm)
 return Cuthill-McKee permutation
 
ScamacErrorCode scamac_sparsemat_permute (const ScamacMatrix *sm, const int *perm, ScamacMatrix **sm_perm)
 permute sparse matrix
 

Detailed Description

Cuthill-McKee algorithm.

Author
Andreas Alvermann (University of Greifswald)
Date
April 2018 — today