{ "name": "@stdlib/blas-ext-base-dcusumkbn2", "version": "0.2.2", "description": "Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "browser": "./lib/main.js", "gypfile": false, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "include": "./include", "lib": "./lib", "src": "./src", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/blas-ext-base-dcusumkbn2.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-error": "^0.2.2", "@stdlib/math-base-special-abs": "^0.2.2", "@stdlib/napi-argv": "^0.2.2", "@stdlib/napi-argv-float": "^0.2.2", "@stdlib/napi-argv-int64": "^0.2.2", "@stdlib/napi-argv-strided-float64array": "^0.2.2", "@stdlib/napi-export": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", "@stdlib/utils-library-manifest": "^0.2.2", "@stdlib/utils-try-require": "^0.2.2" }, "devDependencies": { "@stdlib/array-filled-by": "^0.2.1", "@stdlib/array-float64": "^0.2.2", "@stdlib/assert-is-browser": "^0.2.2", "@stdlib/math-base-assert-is-nan": "^0.2.2", "@stdlib/math-base-special-pow": "^0.3.0", "@stdlib/random-base-discrete-uniform": "^0.2.1", "@stdlib/random-base-uniform": "^0.2.1", "@stdlib/strided-base-min-view-buffer-index": "^0.2.2", "@stdlib/strided-base-offset-view": "^0.2.2", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", "@stdlib/bench-harness": "^0.2.2" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "statistics", "stats", "mathematics", "math", "blas", "extended", "sum", "total", "kahan", "compensated", "kbn", "summation", "cumulative", "accumulate", "strided", "strided array", "typed", "array", "float64", "double", "float64array" ], "__stdlib__": { "wasm": false }, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }