https://github.com/ballisticla/randblas

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

https://github.com/ballisticla/randblas

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords

dimension-reduction linear-algebra numerical-linear-algebra sketching
Last synced: 9 months ago · JSON representation

Repository

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

Basic Info
Statistics
  • Stars: 93
  • Watchers: 3
  • Forks: 10
  • Open Issues: 15
  • Releases: 3
Topics
dimension-reduction linear-algebra numerical-linear-algebra sketching
Created over 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

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.

Owner

  • Name: BallisticLA
  • Login: BallisticLA
  • Kind: organization
  • Location: United States of America

Prototype code developed for BALLISTIC - Basic ALgebra LIbraries for Sustainable Technology with Interdisciplinary Collaboration

GitHub Events

Total
  • Create event: 4
  • Issues event: 7
  • Watch event: 13
  • Delete event: 5
  • Member event: 2
  • Issue comment event: 15
  • Push event: 20
  • Pull request review comment event: 51
  • Pull request review event: 54
  • Pull request event: 9
  • Fork event: 2
Last Year
  • Create event: 4
  • Issues event: 7
  • Watch event: 13
  • Delete event: 5
  • Member event: 2
  • Issue comment event: 15
  • Push event: 20
  • Pull request review comment event: 51
  • Pull request review event: 54
  • Pull request event: 9
  • Fork event: 2

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 5
  • Total pull requests: 4
  • Average time to close issues: 17 days
  • Average time to close pull requests: 26 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 4
  • Average time to close issues: 17 days
  • Average time to close pull requests: 26 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rileyjmurray (20)
  • mmelnich (2)
  • TeachRaccooon (1)
  • jucaleb4 (1)
Pull Request Authors
  • rileyjmurray (22)
  • RylieWeaver (2)
  • OG-ttafolla (1)
  • aryamanjeendgar (1)
Top Labels
Issue Labels
sparse (1) bug (1)
Pull Request Labels

Dependencies

.github/workflows/core-linux.yaml actions
  • actions/checkout v2 composite
.github/workflows/core-macos.yml actions
  • actions/checkout v2 composite
rtd/requirements.txt pypi
  • breathe *
  • sphinxcontrib-bibtex *
.github/workflows/openmp-macos.yaml actions
  • actions/checkout v2 composite