This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
This PR adds LAGraph_dense_relabel, which provides vector and matrix for conversion between sparse IDs and dense row/column indices (0..n-1) as discussed on GraphBLAS mailing list.
This PR adds
LAGraph_dense_relabel
, which provides vector and matrix for conversion between sparse IDs and dense row/column indices (0..n-1) as discussed on GraphBLAS mailing list.