UNPKG

@stdlib/blas-ext-base-ssort2sh

Version:

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

44 lines (43 loc) 594 B
{ "options": {}, "fields": [ { "field": "src", "resolve": true, "relative": true }, { "field": "include", "resolve": true, "relative": true }, { "field": "libraries", "resolve": false, "relative": false }, { "field": "libpath", "resolve": true, "relative": false } ], "confs": [ { "src": [ "./src/ssort2sh.c" ], "include": [ "./include" ], "libraries": [ "-lm" ], "libpath": [], "dependencies": [ "@stdlib/math-base-assert-is-nanf", "@stdlib/math-base-assert-is-negative-zerof" ] } ] }