uestla / Sparse-Matrix

C++ implementation of sparse matrix using CRS (Compressed Row Storage) format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better tests

uestla opened this issue · comments

Create N random matrices and multiply them the "classical" way, then compare the result with SparseMatrix multiplications.

  • maybe use native assertions?