If
true then the default storage order is assumed to be
column-major
order, otherwise it is assumed to be
row-major
order. This value is only used if either:
-
(a)
None of the data container arguments have implemented the is_col_major method, or
-
(b)
The function in question has a multi-dimensional array in a callback function, but no multi-dimensional array in the main function interface.