lynx-js

1.1.7 • Public • Published

lynx-js

npm version
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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i lynx-js

      Weekly Downloads

      8

      Version

      1.1.7

      License

      MIT

      Unpacked Size

      115 kB

      Total Files

      18

      Last publish

      Collaborators

      • nirvanasupermind