@stdlib/ndarray-base-zeros
Create a zero-filled ndarray having a specified shape and data type.
Create a zero-filled ndarray having a specified shape and data type.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Return the data type of a provided ndarray.
List of ndarray data types.
Create an uninitialized ndarray having a specified shape and data type.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Fancy multidimensional array constructor.
Return a specified flag for a provided ndarray.
Return the flags of a provided ndarray.
Convert a scalar value to a zero-dimensional ndarray.
Convert a linear index to an array of subscripts.
List of ndarray index modes.
Multidimensional array iterators.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Return the number of singleton dimensions.
Return a view of an input ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Return a view of an input ndarray when sliced along a specified dimension.