BallisticLA / RandBLAS

A header-only C++ library for sketching in randomized linear algebra
https://randblas.readthedocs.io/en/stable/
Other
75 stars 6 forks source link

Kaiwen_branch: Submatrix generation #51

Closed kaiwenhe7 closed 1 year ago

kaiwenhe7 commented 1 year ago

I added the function fill_rsubmat_omp that does the submatrix generation, modified fill_rmat to just call the new function. I also created a testing suite for the sub matrix generation that is exactly what I showed during our meeting on Friday.