@stdlib/array-base-filled4d-by
Create a filled four-dimensional nested array according to a provided callback function.
Create a filled four-dimensional nested array according to a provided callback function.
Create a filled five-dimensional nested array.
Create a filled five-dimensional nested array according to a provided callback function.
Create a filled n-dimensional nested array.
Create a filled n-dimensional nested array according to a provided callback function.
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.
Apply a unary function to each element retrieved from a two-dimensional nested input array according to a callback function 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 and assign results to elements in a three-dimensional nested output array.
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
Create a zero-filled two-dimensional nested array.
Take elements from a three-dimensional nested array.
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.