SkillAgentSearch skills...

RandBLAS

A header-only C++ library for sketching in randomized linear algebra

Install / Use

/learn @BallisticLA/RandBLAS
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

RandBLAS : A header-only C++ library for sketching in randomized linear algebra

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 conform to the RandBLAS API.

For those who are new to randomized linear algebra, we recommend you check out this 35-minute YouTube video on the subject.

Documentation

We have three types of documentation.

  1. Traditional source code comments.
  2. Web documentation, split into a tutorial and an API reference.
  3. Developer notes; one for RandBLAS as a whole and another for our sparse matrix functionality.

Detailed installation instructions are in INSTALL.md.

Continuous integration builds

Latest Ubuntu (OpenMP) Latest macOS (serial) Latest macOS (OpenMP) Old macOS (OpenMP)

Copyright and license

RandBLAS is licensed under the BSD 3-Clause License. See LICENSE for information and copyright assertions.

Source code

The source code can be found at the RandBLAS github repository.

View on GitHub
GitHub Stars97
CategoryDevelopment
Updated27d ago
Forks11

Languages

C++

Security Score

85/100

Audited on Mar 8, 2026

No findings