@stdlib/strided-base-quinary
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Apply a unary function to a single-precision floating-point strided input array and assign results to a single-precision floating-point strided output array.
Apply a binary function to single-precision floating-point strided input arrays and assign results to a single-precision floating-point strided output array.
Apply a nullary callback and assign results to elements in a strided output array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
C APIs for creating Node-API ndarray native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
C API for returning the ndarray data type corresponding to a data type string.
Convert subscripts to a linear index.
Convert an ndarray buffer to a generic array.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the output ndarray data type for a unary function.
Resolve a loop block size for multi-dimensional array tiled loops.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Wrap an index on the interval [0,max].
Create a zero-filled ndarray having a specified shape and data type.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Return the data type of a provided ndarray.