Skip to content

Utilities to convert dense matrices (Row-Major or Column-Major) to compressed sparse matrix format (Compressed Sparse Column or Compressed Sparse Row)

Notifications You must be signed in to change notification settings

kmpape/sparse_matrix_conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

sparse_matrix_conversion

Utilities to convert dense matrix formats to sparse matrix formats and the reverse. Code is not optimized for performance nor for memory usage.

Define UNIT_TESTS to run unit tests. Undefine UNIT_TESTS to run example.

About

Utilities to convert dense matrices (Row-Major or Column-Major) to compressed sparse matrix format (Compressed Sparse Column or Compressed Sparse Row)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages