ndarray-blas-level2
Version:
BLAS Level 2 operations for ndarrays
53 lines (52 loc) • 1.07 kB
JSON
{
"name": "ndarray-blas-level2",
"version": "1.1.0",
"description": "BLAS Level 2 operations for ndarrays",
"main": "index.js",
"author": "Ricky Reusser",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/scijs/ndarray-blas-level2.git"
},
"scripts": {
"test": "semistandard && mocha test/*.js",
"lint": "semistandard"
},
"keywords": [
"blas",
"ndarray",
"scijs",
"linearalgebra"
],
"devDependencies": {
"almost-equal": "^1.1.0",
"chai": "*",
"jshint": "*",
"mersennetwister": "^0.2.3",
"mocha": "*",
"ndarray": "^1.0.16",
"ndarray-band": "^1.0.14",
"ndarray-fill": "^1.0.1",
"ndarray-ops": "^1.2.2",
"ndarray-scratch": "^1.1.1",
"ndarray-show": "^2.0.0",
"ndarray-tests": "^1.3.0",
"semistandard": "^7.0.5"
},
"dependencies": {
"ndarray-blas-level1": "^1.0.1"
},
"browserify": {
"transform": [
"cwise"
]
},
"semistandard": {
"globals": [
"describe",
"it",
"beforeEach"
]
}
}