@stdlib/strided-base
Base strided.
Base strided.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Dispatch to a native add-on applying a binary function to two input strided arrays.
Generate a list of binary interface signatures from strided array data types.
Assign callbacks to binary interfaces according to type promotion rules.
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
Apply a unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.
Apply a unary function to a double-precision floating-point strided input array according to a strided mask array and assign results to a double-precision floating-point strided output array.
Strided.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Return the data type string associated with a strided array data type enumeration constant.
Return the enumeration constant associated with a supported strided array data type value.
Return the data type string associated with a supported strided array data type value.
Return the enumeration constant associated with a strided array data type string.
C APIs for creating and managing strided array function objects.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
Return the maximum accessible index based on a set of provided strided array parameters.
Define non-enumerable read-only properties which expose strided array function meta data.