BallisticLA / RandBLAS

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

No unsigned indexing #11

Closed rileyjmurray closed 1 year ago

rileyjmurray commented 1 year ago

Remove unsigned row and column index arrays in SJLTs, and in function signatures for dense operators.

Merging this will probably break RandLAPACK code, so I won't do so until a similar PR is staged for RandLAPACK.