Is there a reasonable numerical library in pure JavaScript?
I\'d like array-based vectors, matrices, determinate, and matrix inversion.
This is only for small
There is also, the Matlab-like javascript library: https://github.com/Etsitpab/JSM. It makes easy to deal with ND-Arrays and provides many codes for data processing.