stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
## 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...
## 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`...
### 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...
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...
## 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 * [ ]...
### 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...
### 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...
## 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`...
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**:...