On 02/08/15 15:55, Kang Wang wrote:

> Can anyone provide any insight/help?

There is no "default order". There was before, but now all operators 
control the order of their return arrays from the order of their input 
array. The only thing that makes C order "default" is the keyword 
argument to np.empty, np.ones and np.zeros. Just monkey patch those 
functions and it should be fine.

Sturla

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to