@stdlib/assert-is-matrix-like
Test if a value is a 2-dimensional ndarray-like object.
Test if a value is a 2-dimensional ndarray-like object.
Return an element from a two-dimensional nested array.
Create a filled two-dimensional nested array.
Create a filled two-dimensional nested array according to a provided callback function.
Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-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.
Convert a strided array to a two-dimensional nested array.
Take elements from a two-dimensional nested array.
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Reverse the order of elements along the last dimension of a two-dimensional nested input array.
Reverse the order of elements along the first dimension of a two-dimensional nested input 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.
Create a two-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.