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
Related
Issue #372. The user should be able to specify whether the memory layout of a tensor should be row-major (C) or column-major (Fortran).
Feature functionality
Same as in numpy, factories should accept a parameter order = 'C' (default, row-major layout) or order = 'F' (column-major layout).
Related
Issue #372. The user should be able to specify whether the memory layout of a tensor should be row-major (C) or column-major (Fortran).
Feature functionality
Same as in numpy, factories should accept a parameter
order = 'C'
(default, row-major layout) ororder = 'F'
(column-major layout).Additional context
Internal memory layout of an ndarray
Beware of misleading terminology when ndim>2:
Cf. Memory layout of multi-dimensional arrays
The text was updated successfully, but these errors were encountered: