lynx-js
v1.1.7
Published
Numerical analysis and number theory library for JavaScript
Downloads
18
Maintainers
Readme
lynx-js
lynx is a package for numerical analysis and number theory in JavaScript, with numpy-like API. It contains (among other things):
- Creation and manipulation of nD tensors
- Manipulation of dual numbers
- Universal functions which work on multiple classes
lynx has no run-time dependencies. The lynx module is designed to be able to be run from Node.JS.
Load
This library is available in Node from the npm registry
$ npm install lynx-js
And you can import it like this:
var lynx = require("lynx-js")
API
See API.md.
License
lynx is licensed under the MIT License.