@stdlib/ndarray-order
Return the layout order of a provided ndarray.
Return the layout order of a provided ndarray.
List of ndarray orders.
Create an iterator which iterates over each column in a matrix (or stack of matrices).
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 iterates over each matrix in a stack of matrices.
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).
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.
Return the BLAS memory layout string associated with a BLAS memory layout enumeration constant.
Return the enumeration constant associated with a supported BLAS memory layout value.
Return the layout string associated with a supported BLAS memory layout value.
Return the enumeration constant associated with a BLAS memory layout string.
BLAS memory layouts.