My Cython code and my swig wrapped C++ code assumes the C-ordering and
contiguous layout which allows for super fast code. I guess making it agnostic
for the ordering would require implementing everything twice and then switch
between them based on what comes in. That is a lot of work for no gain.
Rewriting it for F-ordering would also be a pain.
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com