UNPKG

vectorious-plus

Version:

A high performance linear algebra library.

43 lines (42 loc) 1.01 kB
{ "name": "vectorious-plus", "version": "4.3.17", "description": "A high performance linear algebra library.", "main": "vectorious.js", "scripts": { "test": "./node_modules/mocha/bin/mocha", "benchmark": "node ./benchmarks/vector.js && node ./benchmarks/matrix.js && node ./benchmarks/sp_vector.js && node ./benchmarks/sp_matrix.js" }, "repository": { "type": "git", "url": "https://github.com/ukrbublik/vectorious-plus.git" }, "keywords": [ "matrix", "vector", "linear", "algebra", "sparse matrix", "sparse vector", "BLAS", "SPBLAS", "LAPACK" ], "author": "Mateo Gianolio", "contributors": [ "ukrbubik" ], "license": "MIT", "bugs": { "url": "https://github.com/ukrbublik/vectorious-plus/issues" }, "homepage": "https://github.com/ukrbublik/vectorious-plus", "devDependencies": { "benchmark": "^2.1.0", "mocha": "^2.4.5" }, "dependencies": { "nblas-plus": "^1.2.16", "node-cleanup": "^1.0.1" } }