On Tue, Feb 18, 2025 at 3:00 PM Dan Patterson <[email protected]>
wrote:

> So from a purely numpy perspective, there is no advantage if one of
> aforementioned coordinate arrangements is used (eg Nx2, ravelled, 2xN).


No, not from numpy's side. Some things you want to do will be
easier/prettier in one of the arrangements than others (e.g. the ravelled
will likely be the least convenient), but it has more to do with other code
and file formats that you are interacting with that will be the largest
factors in breaking the symmetry.

-- 
Robert Kern
_______________________________________________
NumPy-Discussion mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: [email protected]

Reply via email to