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.
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
- Multithreading for operators
- Move from Treap to Skip list
- Add multithreading to Skip list too