ndarray-prefix-sum
Version:
Computes a prefix sum of an ndarray
44 lines (43 loc) • 794 B
JSON
{
"name": "ndarray-prefix-sum",
"version": "1.0.0",
"description": "Computes a prefix sum of an ndarray",
"main": "prefix-sum.js",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"ndarray": "~1.0.8",
"tape": "~2.1.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-prefix-sum.git"
},
"keywords": [
"prefix",
"sum",
"ndarray",
"summed",
"area",
"table",
"integral",
"image",
"volume",
"voxel",
"pixel",
"detection",
"convolution",
"box"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-prefix-sum/issues"
}
}