JavaScirpt 科学计算包:Furious.js
jopen
9年前
Furious.js 是 AMD 开发的 JavaScirpt 科学计算包,灵感来源于 NumPy。
Furious.js features:
- Provides n-dimensional array (NDArray) class
- Programming interface similar to NumPy
- Works with all modern browsers and Node.js
- Accelerates computation on Portable Native Client (PNaCl) and WebCL
- Computes asynchronously, without stalling the GUI
- Functionality covered with unit tests (Try it!)
- Comes with extensive documentation