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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Kiarasht/Compressed-Sparse-Row
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published