BallisticLA / RandBLAS

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

Quality of life improvements : more overloading of sketching functions, revised web docs, and (partially) flattened namespaces #55

Closed rileyjmurray closed 1 year ago

rileyjmurray commented 1 year ago

The changes in this PR come in three broad categories

Namespaces

Documentation and general variable renaming in function signatures

Sparse sketching

rileyjmurray commented 1 year ago

The build failure stems from BLAS++; its CMake isn't finding OpenMP on the basic macOS build (as expected) but then BLAS++ still tries to include omp.h at some point in its compilation process.