UNPKG

@stdlib/ndarray-base-unary-loop-interchange-order

Version:

Reorder ndarray dimensions and associated strides for loop interchange.

80 lines (79 loc) 1.68 kB
{ "name": "@stdlib/ndarray-base-unary-loop-interchange-order", "version": "0.2.1", "description": "Reorder ndarray dimensions and associated strides for loop interchange.", "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/ndarray-base-unary-loop-interchange-order.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-base-copy-indexed": "^0.2.1", "@stdlib/array-base-take-indexed": "^0.2.1", "@stdlib/array-base-zero-to": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdtypes", "types", "base", "ndarray", "reorder", "sort", "loop", "tiling", "blocking", "interchange", "cache-oblivious", "optimization", "multidimensional", "array", "utilities", "utility", "utils", "util" ], "__stdlib__": {}, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }