You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of an array here. Something like ColMajor, RowMajor, and a fallback RuntimeOrder and/or UnknownOrder.
The text was updated successfully, but these errors were encountered:
This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of an array here. Something like
ColMajor
,RowMajor
, and a fallbackRuntimeOrder
and/orUnknownOrder
.The text was updated successfully, but these errors were encountered: