stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlasv2` ## Related Issues > Does this pull request have...
## Description > What is the purpose of this pull request? This pull request: - This PR will add `ndarray/base/mskfilter`. ## Related Issues > Does this pull request have any...
Progresses #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to the rank 1 operation `A = α*x*y^T + A`,...
Progresses #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform the symmetric rank 2 operation `A = α*x*y^T...
Progresses #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform the symmetric rank 2 operation `A = α*x*y^T...
## Description > What is the purpose of this pull request? This pull request: - completes the [`TODO`](https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/math/base/special/wrap/src/main.c#L24) to remove `math.h` in the `C` implementation and use [`stdlib_base_fmod`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/@stdlib/math/base/special/fmod) in [`math/base/special/wrap`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/@stdlib/math/base/special/wrap)....
### Description This RFC proposes achieving ndarray API parity with built-in JavaScript arrays. Built-in JavaScript `Array` and `TypedArray` objects have a number of methods for searching, manipulating, sorting, and transforming...
Resolves #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlauu2` ## Related Issues > Does this pull request have...
## Description > What is the purpose of this pull request? This pull request: - Adds tests to `ndarray/base/map` for 100% coverage. ## Related Issues > Does this pull request...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/dsnannsumors`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dsnannsumors) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...