From 5250e2da57e156b74714afbd948bf4264116d112 Mon Sep 17 00:00:00 2001 From: Riley Murray Date: Mon, 24 Jun 2024 10:41:19 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98465f1f..75c7bdba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ### RandBLAS : A header-only C++ library for sketching in randomized linear algebra -RandBLAS supports high-level randomized linear algebra algorithms (like randomized low-rank SVD) that might be implemented in other libraries. +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. 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 confirm to the RandBLAS API.