@stdlib/blas-ext-base-ssort2hp
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-ssort2sh
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-dsort2sh
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
@stdlib/lapack-base-dlaswp
Perform a series of row interchanges on an input matrix.