Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
symmetric_rcm.h File Reference

Reverse Cuthill-Mckee of a sparse matrix. More...

Go to the source code of this file.

Functions

template<typename MatrixType , typename PermutationType >
void cusp::graph::symmetric_rcm (const MatrixType &G, PermutationType &P)
 Compute Reverse Cuthill-McKee reordering. More...
 

Detailed Description

Reverse Cuthill-Mckee of a sparse matrix.

Definition in file symmetric_rcm.h.