@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/strided-base-smap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/strided-base-mskunary
Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.
@stdlib/strided-base-dmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.
@stdlib/strided-base-smskmap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/strided-base-dmskmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.
@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.
@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.
@stdlib/strided-base-quaternary
Apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.
@stdlib/utils-curry-right
Transform a function into a sequence of functions each accepting a single argument.
@stdlib/strided-base-dmskmap2
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
@stdlib/array-base-broadcasted-binary2d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/ndarray-base-unary-by
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.
@stdlib/strided-base-smap2
Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/array-base-binary5d
Apply a binary callback to elements in five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/utils-map-arguments
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
@stdlib/array-base-binary4d
Apply a binary callback to elements in four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-ternary2d
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-unary5d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/utils-map4d
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
@stdlib/array-base-quinary5d
Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-mskunary2d
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-unary2d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.
@stdlib/strided-base-cmap
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
@stdlib/array-base-ternary5d
Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-quinary2d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/utils-map5d
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
@stdlib/array-base-ternary3d
Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-broadcasted-binary3d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-unary5d
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-unary4d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-broadcasted-unary3d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
@stdlib/strided-base-unary-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/array-base-quinary3d
Apply a quinary callback to elements in five three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-quaternary4d
Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/utils-map2d
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
array-base-mskunary4d
Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskunary5d
Apply a unary callback to elements in a five-dimensional nested input array according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
array-base-mskbinary2d
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
strided-base-map-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.
@stdlib/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-unary4d
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
extra-async-function
An async function is a function that delivers its result asynchronously (through Promise).
@stdlib/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-unary3d
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.
array-base-broadcasted-binary5d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-quaternary5d
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/slice-base-args2multislice
Create a MultiSlice object from a list of MultiSlice constructor arguments.
@stdlib/array-base-binary2d
Apply a binary callback to elements in two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-quaternary3d
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-unarynd
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
array-base-unary4d-by
Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
array-base-mskbinary5d
Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
array-base-unary3d-by
Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-unary2d-by
Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
@stdlib/array-base-map2d
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-ternary4d
Apply a ternary callback to elements in three four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.