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 ...
To build an object of type Matrix you need to decide what kind of values to store (std::complex are admissible), which compressed and uncompressed storage formats to use and which storage ordering you ...
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 ...