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
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):