@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.
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.
Flatten a four-dimensional nested array according to a callback function.
Flatten a five-dimensional nested array according to a callback function.
Reverse the order of elements along the last dimension of a two-dimensional nested input array.
Reverse the order of elements along the last dimension of a three-dimensional nested input array.
Reverse the order of elements along the last dimension of a four-dimensional nested input array.
Reverse the order of elements along the last dimension of a five-dimensional nested input array.