@stdlib/math-iter-tools-map3
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
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.
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.
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.
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.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
C APIs for registering a Node-API module exporting an interface for invoking a ternary numerical function.