@stdlib/strided-base-map-by

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.

@stdlib/strided-base-map-by2

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.