UNPKG

linear-algebra

Version:

Efficient, high-performance linear algebra library

51 lines (50 loc) 1.15 kB
{ "name": "linear-algebra", "version": "3.1.4", "description": "Efficient, high-performance linear algebra library", "main": "index.js", "scripts": { "test": "gulp", "build": "gulp" }, "repository": { "type": "git", "url": "https://github.com/hiddentao/linear-algebra.git" }, "keywords": [ "linear", "algebra", "math", "precision", "float", "numerical", "analysis", "regression", "machine", "learning" ], "author": "Ramesh Nair <ram@hiddentao.com>", "license": "MIT", "bugs": { "url": "https://github.com/hiddentao/linear-algebra/issues" }, "homepage": "https://github.com/hiddentao/linear-algebra", "devDependencies": { "gulp-uglify": "~0.3.0", "gulp-expect-file": "0.0.7", "gulp-mocha": "~0.4.1", "gulp-jshint": "~1.6.3", "gulp": "~3.8.1", "gulp-concat": "~2.2.0", "run-sequence": "~0.3.6", "chai": "~1.9.1", "sinon": "~1.10.2", "sinon-chai": "~2.5.0", "add": "~2.0.6", "gulp-bench": "~1.0.3", "gulp-replace": "~0.4.0", "coffee-script": "~1.7.1", "sylvester": "0.0.21", "linalg": "~0.3.2" } }