@stdlib/ndarray-base-expand-dimensions
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Fill a strided array with a specified scalar constant.
Fill a strided array according to a provided callback function.
Fill a single-precision floating-point strided array with a specified scalar constant.
Broadcast an array to a specified shape.
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 binary callback to elements in two broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a five-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 unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast ndarrays to a common shape.