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