Skip to content

Lord-KA/Sparse-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93bcc50 · Nov 21, 2021

History

36 Commits
Jun 4, 2021
Jun 24, 2021
Nov 21, 2021
Jun 24, 2021
Apr 12, 2021

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