In this repository, we deal with the compressed row/column (CSR/CSC) format representation of sparse matrices and its manipulation. Compressed sparse matrix formats store the sparse matrixes in a much more efficient way with reduced space requirements.
csc algorithms data-structures csr compressed-matrix compressed-arrays sprase-matrix sparse-matrixes
-
Updated
Sep 22, 2020 - C