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... | |
Reverse Cuthill-Mckee of a sparse matrix.
Definition in file symmetric_rcm.h.
1.8.6