Hi,

I've been working on bluemath library project for couple of months now and 
it's now at some usable state.

bluemath is a math library for use in browser. One of the first things I 
implemented was linear algebra module. I did it by compiling LAPACK 
C-library to Javascript using Emscripten (LAPACK is the standard library 
that other open source math projects like numpy use). Then I wrote higher 
level API on top of it to give numpy like interface. I also implemented a 
pure typescript implementation of NDArray (like numpy's ndarray) on top of 
javascript's TypedArrays.

I would like any feedback from other developers/users on the project. 
Please find the repo at https://github.com/bluemathsoft/bluemath

I also built a quick shell interface last week on top of bluemath, so that 
anyone can try the code in browser without installing anything. You can 
find it here http://www.bluemathsoftware.com/shell/index.html

Looking forward to your comments.

Thanks,
--
Jayesh

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to