ndarray-diagonal
Version:
Get a view of the diagonal entries of an ndarray
38 lines (37 loc) • 809 B
JSON
{
"name": "ndarray-diagonal",
"version": "1.0.0",
"description": "Get a view of the diagonal entries of an ndarray",
"main": "diag.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"ndarray": "^1.0.15"
},
"devDependencies": {
"ndarray-pack": "^1.1.1",
"ndarray-show": "^1.1.0",
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-diagonal.git"
},
"keywords": [
"ndarray",
"diagonal",
"view",
"trace"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-diagonal/issues"
},
"homepage": "https://github.com/mikolalysenko/ndarray-diagonal"
}