Updated 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 months ago

lapack-base-dlaset • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.