R-js / blasjs

Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
MIT License
290 stars 21 forks source link

moving data mangling utilities out of the library as it is mostly used as test helpers to reduce library size #8

Closed jacobbogers closed 3 years ago

jacobbogers commented 3 years ago

moving data mangling utilities out of the library as it is mostly used as test helpers, data mangling is the domain of another module happens in another module.