@stdlib/array-base-take-map
Take elements from an array and return a new array after applying a mapping function.
Take elements from an array and return a new array after applying a mapping function.
Take elements from a two-dimensional nested array.
Generate a linearly spaced numeric array.
Generate a logarithmically spaced numeric array.
Determine the minimum array data type for storing a provided signed integer value.
Determine the minimum array data type for storing a provided unsigned integer value.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Replace elements of an array with provided values according to a provided mask array.
Apply a mask to a provided input array.
Apply a mask to a provided input array and map the unmasked values according to a callback function.
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.