From 0025d4f66cc5b48cab32b8ab0bd1c16931f5f5eb Mon Sep 17 00:00:00 2001 From: Stephen Becker Date: Fri, 4 Sep 2026 11:33:10 -0600 Subject: [PATCH] Fixed link in README Link to RandLAPACK was going to RandBLAS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8efa7285..688cac61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ RandBLAS facilitates implementation of high-level randomized linear algebra algorithms, like randomized low-rank SVD. It does this by providing basic functionality for sketching with a BLAS-like interface. -Right now RandBLAS' main use is to provide the sketching backend for [RandLAPACK](https://github.com/BallisticLA/RandBLAS). +Right now RandBLAS' main use is to provide the sketching backend for [RandLAPACK](https://github.com/BallisticLA/RandLAPACK). Our goal is for RandBLAS to become a standard like the BLAS, in that hardware vendors might release their own optimized implementations of algorithms which conform to the RandBLAS API.