@stdlib/blas-ext-base-gsort2hp
Version:
Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.
78 lines (77 loc) • 1.76 kB
JSON
{
"name": "@stdlib/blas-ext-base-gsort2hp",
"version": "0.3.1",
"description": "Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.",
"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-gsort2hp.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-arraylike2object": "^0.2.2",
"@stdlib/math-base-assert-is-nan": "^0.2.3",
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
"@stdlib/math-base-special-floor": "^0.2.4",
"@stdlib/strided-base-stride2offset": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"mathematics",
"math",
"blas",
"extended",
"sort",
"order",
"arrange",
"permute",
"heap",
"heapsort",
"strided",
"array",
"ndarray"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}