@stdlib/array-base-flipud5d
Reverse the order of elements along the second-to-last dimension of a five-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.
Return an accessor function for retrieving an element from an indexed array-like object.
Generate a linearly spaced numeric array according to a provided increment.
Return the index of the first element which equals a provided search element.
Return the n-fold Cartesian product.
Test whether all elements in an array are falsy.
Test whether all elements in an array fail a test implemented by a predicate function.
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Create a generic array filled with ones.
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.
Replace elements of an array with provided values according to a provided mask array.
Replace specified elements of an array with provided values.
Create a filled three-dimensional nested array.
Create a filled three-dimensional nested array according to a provided callback function.