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

Starting point for proper C++ prototyping #1

Closed rileyjmurray closed 2 years ago

rileyjmurray commented 2 years ago

This PR reorganizes "proto_rblas" so that it mainly serves to host proper C++ RBLAS prototyping. I've implemented SJLT construction and wrote some very basic tests. Preliminary CMake build system is in place. A scratch directory is retained for easy sharing of closely related code.