@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.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
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.
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.
Apply a quinary callback to elements in five two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
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.
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
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.
Convert a strided array to a two-dimensional nested array.
Convert a strided array to a three-dimensional nested array.
Convert a strided array to a four-dimensional nested array.
Convert a strided array to a five-dimensional nested array.
Take elements from a two-dimensional nested array.
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.
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
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.
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
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.
Reverse the order of elements along the last dimension of a two-dimensional nested input array.