Skip to content

CSR is a storage format that removes zeros from matrices to improve the mathematical performance on them.

Notifications You must be signed in to change notification settings

Kiarasht/Compressed-Sparse-Row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compressed-Sparse-Row

Compressed Sparse Row is a general storage format that gets ride of zero values in a matrix by storing nonzero values, their indexes, and pointers in three different arrays. This way the space and performance can be substantially improved except certain cases. Check the Compressed Sparse Row.pdf file for more info.

About

CSR is a storage format that removes zeros from matrices to improve the mathematical performance on them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages