@stdlib/ndarray-iter-column-entries
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Convert a linear index to an array of subscripts.
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).