UNPKG

@stdlib/blas-ext-base-dsortsh

Version:

Sort a double-precision floating-point strided array using Shellsort.

49 lines (48 loc) 880 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/dsortsh.c" ], "include": [ "./include" ], "libraries": [ "-lm" ], "libpath": [], "dependencies": [ "@stdlib/napi-export", "@stdlib/math-base-assert-is-nan", "@stdlib/math-base-assert-is-negative-zero", "@stdlib/napi-argv", "@stdlib/napi-argv-int64", "@stdlib/napi-argv-double", "@stdlib/napi-argv-strided-float64array" ] } ] }