UNPKG

@stdlib/blas-ext-base-gasumpw

Version:

Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.

85 lines (84 loc) 1.75 kB
{ "name": "@stdlib/blas-ext-base-gasumpw", "version": "0.2.2", "description": "Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.", "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", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/blas-ext-base-gasumpw.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-special-abs": "^0.2.2", "@stdlib/math-base-special-floor": "^0.2.3", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" }, "devDependencies": {}, "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", "abs", "absolute", "l1-norm", "l1norm", "norm", "taxicab", "manhattan", "sum", "total", "summation", "pairwise", "pw", "strided", "strided array", "typed", "array" ], "__stdlib__": {}, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }