@stdlib/blas-sswap
Interchange two single-precision floating-point vectors.
Interchange two single-precision floating-point vectors.
Reverse a single-precision floating-point strided array in-place.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
Sort a single-precision floating-point strided array using heapsort.
Sort a single-precision floating-point strided array using insertion sort.
Sort a single-precision floating-point strided array using Shellsort.
Calculate the dot product of two vectors.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Typed array pool.
Create an iterator from a strided array-like object.
Create a zero-filled three-dimensional nested array.
Create a zero-filled four-dimensional nested array.
Create a zero-filled five-dimensional nested array.
Create a zero-filled n-dimensional nested array.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.
Create a filled array.