@stdlib/blas-ext-base-ssort2ins
Version:
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
93 lines (92 loc) • 2.18 kB
JSON
{
"name": "@stdlib/blas-ext-base-ssort2ins",
"version": "0.2.2",
"description": "Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.",
"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": {
"doc": "./docs",
"include": "./include",
"lib": "./lib",
"src": "./src",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/blas-ext-base-ssort2ins.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-error": "^0.2.2",
"@stdlib/math-base-assert-is-nanf": "^0.2.2",
"@stdlib/math-base-assert-is-negative-zerof": "^0.1.2",
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/napi-argv-double": "^0.2.1",
"@stdlib/napi-argv-int64": "^0.2.2",
"@stdlib/napi-argv-strided-float32array": "^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": {},
"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",
"insertion",
"strided",
"array",
"ndarray",
"float32",
"float",
"single",
"float32array"
],
"__stdlib__": {
"wasm": false
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}