@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.
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.
Create a MultiSlice object from a list of MultiSlice constructor arguments.
Return a function which tests if every element in an array passes a test condition.
Return a function which tests if every element in an array-like object passes a test condition.
Return a function which tests if every element in a typed array passes a test condition.
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Create a function that invokes a provided function according to a predicate function.
Apply a unary function to a double-precision complex floating-point strided input array and assign results to a double-precision complex floating-point strided output array.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.