Updated 6 months ago

@stdlib/blas-ext-base-gsort2hp • Rank 4.3 • Science 57%

Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2hp • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsort2hp • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssort2sh • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gsort2sh • Rank 3.1 • Science 57%

Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.

Updated 6 months ago

@stdlib/blas-ext-base-dsort2sh • Rank 3.1 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsort2ins • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-gsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2ins • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-layout-str2enum • Science 44%

Return the enumeration constant associated with a BLAS memory layout string.