This project introduces Contiguous Clustering (CC) — a novel storage format optimized for diagonally dominant sparse matrices. It was developed as part of our Bachelor of Technology thesis at XIM ...
Second challenge of the PACS course at Politecnico di Milano: design and implementation of a sparse matrix class in C++ supporting multiple storage formats (COO, CSR, CSC), compression, matrix*vector ...
Abstract: Sparse matrix-vector multiplication (SpMV) can be used to solve diverse-scaled linear systems and eigenvalue problems that exist in numerous and varying scientific applications. One of the ...