@stdlib/strided-base-unary
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
@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-smap
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.
@stdlib/strided-base-dmap
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.