rcm_test, a C++ code which calls rcm(), which computes the reverse Cuthill McKee ("RCM") ordering of the nodes of a graph.
The computer code and data files described and made available on this web page are distributed under the MIT license
rcm, a C++ code which applies the Reverse Cuthill McKee (RCM) algorithm for reordering the nodes of a graph, and reducing the bandwidth of a corresponding sparse matrix;