UNPKG

ndarray-lu-solve

Version:

solve a linear system of equations from an LU decomposition

57 lines (56 loc) 1.22 kB
{ "name": "ndarray-lu-solve", "version": "1.1.0", "description": "solve a linear system of equations from an LU decomposition", "main": "index.js", "dependencies": { "ndarray": "^1.0.14", "ndarray-scratch": "^1.1.0" }, "devDependencies": { "tape": "^2.12.1", "ndarray-crout-decomposition": "^1.1.0", "zeros": "~0.0.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/ndarray-lu-solve.git" }, "homepage": "https://github.com/substack/ndarray-lu-solve", "keywords": [ "ndarray", "lu", "matrix", "decomposition", "linear", "equations", "math" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT", "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "firefox/15", "firefox/latest", "firefox/nightly", "chrome/15", "chrome/latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] } }