@stdlib/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask 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 according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
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 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.
Apply a nullary function and assign results to elements in an output ndarray.
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each element in a collection.
Invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each UTF-16 code unit in a string.
Invoke a function for each Unicode code point in a string, iterating from right to left.
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.