stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 630 stdlib issues
Sort by recently updated
recently updated
newest added

## Description > What is the purpose of this pull request? This RFC proposes to add a routine to find the euclidean norm of a complex double-precision floating-point vector as...

Feature
Needs Review
BLAS
Needs Changes

## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform one of the matrix-vector operations `y = alpha*A*x + beta*y`...

Needs Review
BLAS

### Description This RFC proposes add or update all packages that needs to be changed in order to add `BooleanArray` support to Stdlib. The purpose of this issue is to...

Tracking Issue

Resolves #2229 ## Description > What is the purpose of this pull request? This pull request: - adds tests for `@stdlib/ndarray/base/nullary` ## Related Issues > Does this pull request have...

Needs Review
Tests

## Description This RFC proposes adding complete LAPACK routines to stdlib. ### BLAS Routines * [ ] [`DTRSM`](https://www.netlib.org/lapack/explore-html/d9/de5/group__trsm_ga7120d931d7b1a15e12d50d328799df8a.html#ga7120d931d7b1a15e12d50d328799df8a) ( Level: 3 ) * [ ] JavaScript https://github.com/stdlib-js/stdlib/pull/2518 * [ ]...

RFC
Accepted
BLAS
priority: Normal
Tracking Issue
JavaScript
Fortran
C
difficulty: 4
LAPACK

### Description This RFC proposes adding the package `@stdlib/array/base/cusome`, which cumulatively tests whether at least `n` array elements in a provided array are truthy. The function should return a new...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/iter/cuevery`, which cumulatively tests whether every iterated value is truthy. The function should be a transform iterator, continuing to iterate while source...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform one of the matrix-vector operations `y = alpha*A*x + beta*y`...

Feature
BLAS
Needs Changes

I can make a formal PR/Issue, but just sitting on my phone talking with chatGPT trying to figure out how to efficiently calculate binomial coefficients,I was looking at how you...

Towards #2067 ## Description > What is the purpose of this pull request? This pull request: - adds `@stdlib/plot/table/unicode` Table options: - **alignment**: datum's cell alignment. Default: `'right'`. - **borders**:...

Feature
Needs Review
REPL