1.0.4 • Published 6 years ago

jama v1.0.4

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
6 years ago

Welcome to JamaJS!

This project leverages the JSweet quick start project, http://www.jsweet.org/getting-started/ to transpile JAMA, the Java Matrix Library by MathWorks and NIST, to javascript. See https://math.nist.gov/javanumerics/jama/ for details about JAMA.

Usage

If you would like to build from source:

> git clone https://github.com/dragonfly-ai/JamaJS.git
> cd JamaJS
> mvn generate-sources
> firefox demo/index.html

Otherwise, if you want to include JAMA in your own javascript project, you can download: Human Readable or: Minified

Node.js users can make use of this node module.

Transpiler Results

The artifact that contains the JavaScript port of JAMA appears in: ./JamaJS/target/js/bundle.js

Prerequisites

Exclusions

This port of JAMA excludes the testing code, the documentation, and a few methods in the Matrix class which rely on IO.