@stdlib/ndarray-base-bytes-per-element
Return the number of bytes per element provided an underlying array data type.
Return the number of bytes per element provided an underlying array data type.
Return the data type string associated with a provided single letter abbreviation.
Restrict an index to the interval [0,max].
C APIs for creating and managing ndarray function objects.
Return an index given an index mode.
ndarray data buffer constructors.
Return the data type of an ndarray data buffer.
Return the data type enumeration constant of an ndarray data buffer.
Fill a strided array with a specified scalar constant.
Fill a strided array according to a provided callback function.
Reverse a strided array in-place.
Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.
Sort a double-precision floating-point strided array using Shellsort.
Add a constant to each element in a strided array.
Add a constant to each element in a single-precision floating-point strided array.
Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.
Sort a strided array using heapsort.
Sort a strided array using insertion sort.
Sort a strided array using Shellsort.