@stdlib/ndarray-base-assert-is-order
Test if an input value is an ndarray order.
Test if an input value is an ndarray order.
Given a stride array, determine whether an array is row-major.
Given a stride array, determine whether an array is column-major.
Determine if an array is column-major contiguous.
Determine the order of a multidimensional array based on a provided stride array.
Return the layout order of a provided ndarray.
Return the layout order of a provided ndarray.
List of ndarray orders.
BLAS memory layouts.
Test if an input value is a BLAS memory layout.