JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q58239F
  • License MIT

Numerical analysis and number theory library for JavaScript

Package Exports

  • lynx-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lynx-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.