GitHub / slafi / SparseMatrixReorderingUsingRCMAlgorithm
In this project, I implemented few .m functions which allow to reorder a sparse matrix read from a Matrix Market file using the Reverse Cuthill-McKee algorithm. In addition to reordering, it is possible to write the reordered sparse matrix to a Matrix Market file, plot it side-by-side with the original, compute few statistics about it and output the plot as a PNG file. All these functions can be applied to a single input matrix or multiple matrices stored in a given folder.
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: MATLAB
Size: 21.7 MB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: over 5 years ago
Pushed at: over 5 years ago
Last synced at: about 2 years ago
Topics: octave, octave-functions, octave-scripts, reordering, reverse-cuthill-mckee, sparse-matrix