@stdlib/array-base-flatten2d-by
Flatten a two-dimensional nested array according to a callback function.
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.
Create a zero-filled two-dimensional nested array.
Create a zero-filled three-dimensional nested array.
Create a zero-filled four-dimensional nested array.
Create a zero-filled five-dimensional nested array.
Create a zero-filled n-dimensional nested 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.
Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
Apply a quinary callback to elements in five two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.