UNPKG

linalg

Version:

A performance-oriented, fully tested Linear Algebra library

39 lines (38 loc) 740 B
{ "name": "linalg", "version": "0.3.2", "description": "A performance-oriented, fully tested Linear Algebra library", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "https://github.com/ben-ng/linalg.git" }, "keywords": [ "linear", "algebra", "matrix", "vector", "point", "svd", "singular", "value", "decomposition", "transpose", "transform", "gaussian", "elimination", "dimension" ], "author": "Ben Ng <me@benng.me>", "license": "MIT", "bugs": { "url": "https://github.com/ben-ng/linalg/issues" }, "homepage": "https://github.com/ben-ng/linalg", "dependencies": { "add": "2.x.x" } }