lalg
Version:
Linear algebra library - backed by C++.
45 lines (44 loc) • 928 B
JSON
{
"name": "lalg",
"description": "Linear algebra library - backed by C++.",
"version": "0.0.31",
"main": "lalg.js",
"keywords": [
"linear algebra",
"svd",
"pca",
"openblas",
"solver",
"lbfgs",
"bfgs"
],
"author": "Richard Corbishley <rcorbish@hotmail.com> (rcorbish.ydns.eu)",
"contributors": [],
"dependencies": {
"fast-csv": ">=2.3.0"
},
"devDependencies": {},
"optionalDependencies": {
"fast-csv": ">=2.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rcorbish/node-linalg.git"
},
"engines": {
"node": ">= 6.5.0"
},
"scripts": {
"test": "node test.js",
"install": "node-gyp rebuild"
},
"bugs": {
"url": "https://github.com/rcorbish/node-linalg/issues"
},
"homepage": "https://github.com/rcorbish/node-linalg#readme",
"directories": {
"test": "test"
},
"license": "Unlicense",
"gypfile": true
}