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

Added new folder for examples of sketching #75

Closed kaiwenhe7 closed 10 months ago

kaiwenhe7 commented 10 months ago

Inside the folder is a cmakelists.txt that requires RandBLAS, Blaspp, and Lapackpp. I have two implementations of TLS. One uses dense sketching and the other uses sparse sketching.