UNPKG

@stdlib/blas-ext-base-dsort2sh

Version:

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

3 lines 112 B
/// <reference path="../docs/types/index.d.ts" /> import dsort2sh from '../docs/types/index'; export = dsort2sh;