@stdlib/array-base-flipud3d
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 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.
Generate a linearly spaced numeric array according to a provided increment.
Return the n-fold Cartesian product.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Replace elements of an array with provided values according to a provided mask array.
Replace specified elements of an array with provided values.
Flatten an n-dimensional nested array.
Flatten an n-dimensional nested array according to a callback function.
Flatten a two-dimensional nested array.
Flatten a two-dimensional nested array according to a callback function.
Flatten a three-dimensional nested array.
Flatten a three-dimensional nested array according to a callback function.
Generate a linearly spaced numeric array whose elements increment by 1.
Take elements from either one of two arrays depending on a condition.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Take elements from a three-dimensional nested array.
Test if a value is a binary string.