Skip to content

Implementation of COO, CSR, CSC, SSS and TJDS sparse matrix formats.

Notifications You must be signed in to change notification settings

eaymerich/Sparse2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sparse2015

This is a C implementation of several storage formats for sparse matrices, as well as the implementation of the sparse matrix vector product (SpMV) for each format. The following formats are implemented so far:

  • COO: Coordinate list.
  • CSR: Compressed Sparse Row.
  • CSC: Compressed Sparse Column.
  • OSKI: Compressed Sparse Row format, using Berkeley implementation for SpMV.
  • SSS: Symmetric Sparse Skyline.
  • TJDS: Transposed Jagged Diagonal Storage.

The provided Makefile can be used to compile on *nix or on Windows using MinGW.

About

Implementation of COO, CSR, CSC, SSS and TJDS sparse matrix formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published