@stdlib/ndarray-iter-rows
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which converts each iterated ndarray to a generic array.
Create an iterator which returns individual elements from a provided ndarray.
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.
Convert subscripts to a linear index.
Convert an ndarray to a generic array.
Create a zero-filled ndarray having a specified shape and data type.
Create a MultiSlice object from a list of MultiSlice constructor arguments.
Convert an integer to a Slice object.
Compute the number of elements in a normalized slice.
Return a list of non-reduced dimensions in an un-normalized multi-slice.
Normalize a MultiSlice object.
Normalize a Slice object.
Return a list of reduced dimensions in an un-normalized multi-slice.
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
Convert a multidimensional subsequence string to a MultiSlice object.
Convert a subsequence string to a Slice object.
Compute the shape of a normalized multi-slice.
Convert a Slice object to a subsequence string.