@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.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-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.
Return an element from a two-dimensional nested array.
Return an element from a three-dimensional nested array.
Return an element from a four-dimensional nested array.
Return an element from a five-dimensional nested array.
Return an element from an n-dimensional nested array.
Flatten a four-dimensional nested array.
Flatten a four-dimensional nested array according to a callback function.
Flatten a five-dimensional nested array.
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.
Reverse the order of elements along the first dimension of a two-dimensional nested input array.
Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.
Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.