About this document
Efficient Sparse Matrix Programming by Mohamed Elsir is a document available to read on EtoBox.
The document discusses programming techniques for efficient use of computer time and memory. It describes three main issues: sparsity programming, triangular factorization, and data management. Sparsity programming stores only nonzero entries of sparse matrices to reduce memory usage and increase processing speed. Two common sparsity programming techniques are described: entry-row-column storage and chained data structure storage. Both techniques compress data by storing only nonzero values and their indice
- Author
- Mohamed Elsir
- Language
- EN