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 -- [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