Skip to content

Lord-KA/Sparse-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparse Matrix

This is an abstract library implementing a class of sparse matrices of arbitrary objects with basic linear algebra operations and Treap data structure for storing elements.

Building

$ mkdir build
$ cd build 
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

TODO

  1. Multithreading for operators
  2. Move from Treap to Skip list
  3. Add multithreading to Skip list too

About

Abstract Treap-based sparse matrix library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published