Re: [Numpy-discussion] nditer when using operands with mixed C and F order

2015-10-07 Thread Mark Wiebe
On Wed, Oct 7, 2015 at 12:59 PM, Matti Picus wrote: > I am trying to understand how nditer(ops, order='K') handles C and F > order. In the documentation it states > "‘K’ means as close to the order the array elements appear in memory as > possible" > but I seem to be getting inconsistent results

[Numpy-discussion] nditer when using operands with mixed C and F order

2015-10-07 Thread Matti Picus
I am trying to understand how nditer(ops, order='K') handles C and F order. In the documentation it states "‘K’ means as close to the order the array elements appear in memory as possible" but I seem to be getting inconsistent results (numpy 1.9):