Add BLAS bindings and implementations for linear algebra
Aman Bhansali
The goal of this proposal is to add BLAS (Basic Linear Algebra Subprograms) routines and their C, Fortran, and Js implementations for linear algebra....
Develop C implementations for base special mathematical functions
Gunj Joshi
This project aims at developing C implementations for base special mathematical functions in stdlib, which are currently implemented in JavaScript....
Add support for Boolean arrays in Stdlib
Jaysukh Makvana
Referring the implementation of how complex64 arrays are implemented, I proposed adding support for boolean arrays in stdlib. Unlike complex64 array,...
A better Node.js REPL for Numerical and Scientific Computing
Snehil Shah
The read-eval-print loop (REPL) is a fixture of data analysis and numerical computing and provides a critical entry-point for individuals seeking to...