Add LAPACK bindings and implementations for linear algebra
Aayush Khanna
The goal of this project is to develop JavaScript implementations of LAPACK (Linear Algebra Package) routines. Each implementation will provide both...
Expanding array-based statistical computation in stdlib
Gururaj Gurram
This project aims to enhance the stats routines in stdlib by introducing convenience array wrappers for all 1D strided APIs, simplifying access to...
Implement base special mathematical functions in JavaScript and C
Karan Anand
This project aims to implement and enhance base special mathematical functions in JavaScript and C for stdlib. The goal is to complete missing C...
achieve ndarray API parity with built-in JavaScript arrays
muhammad_haris
JavaScript lacks a general purpose and cache efficient multi-dimensional array API for operating on large datasets of high-dimensionality. To address...
Add BLAS bindings and implementations for linear algebra
Shabareesh Shetty
This project aims to increase BLAS (Basic Linear Algebra Subprograms) support in stdlib via the development of JavaScript, C, Fortran, and...