@stdlib/array-base-fliplr3d
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 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.
Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.
Convert a strided array to a non-strided generic array.
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.
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
Create a two-dimensional nested array filled with ones.
Create a three-dimensional nested array filled with ones.
Create a four-dimensional nested array filled with ones.
Create a five-dimensional nested array filled with ones.
Create an n-dimensional nested array filled with ones.
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.
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.
Create a filled three-dimensional nested array.
Create a filled three-dimensional nested array according to a provided callback function.
Create a filled four-dimensional nested array.