Closed dbeurle closed 5 years ago
Performing a bandwidth reduction ordering of the sparse matrix before a linear solve has been shown to improve cache locality in the expensive spmv kernel. This PR implements a fast Cuthill-McKee algorithm to reorder the sparse matrix.
Closes #135.
Performing a bandwidth reduction ordering of the sparse matrix before a linear solve has been shown to improve cache locality in the expensive spmv kernel. This PR implements a fast Cuthill-McKee algorithm to reorder the sparse matrix.
Closes #135.