Skip to content
#

graphordering

Here are 2 public repositories matching this topic...

Language: All
Filter by language

RCM is a C++ library which computes the Reverse Cuthill McKee ("RCM") ordering of the nodes of a graph. The RCM ordering is frequently used when a matrix is to be generated whose rows and columns are numbered according to the numbering of the nodes. By an appropriate renumbering of the nodes, it is often possible to produce a matrix with a much …

  • Updated Jul 22, 2020
  • C++

In numerical linear algebra, the Cuthill–McKee algorithm (CM), named for Elizabeth Cuthill and James McKee, is an algorithm to permute a sparse matrix that has a symmetric sparsity pattern into a band matrix form with a small bandwidth. The reverse Cuthill–McKee algorithm (RCM) due to Alan George is the same algorithm but with the resulting inde…

  • Updated Jul 22, 2020
  • MATLAB

Improve this page

Add a description, image, and links to the graphordering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphordering topic, visit your repo's landing page and select "manage topics."

Learn more