From: Albert S. <fu...@gm...> - 2006-07-04 07:57:07
|
Hello all > > In this case, I think one wants strides[0] (the row stride) to return > 40. > > > > Why do you think that? > > All sliced arrays keep the same strides information as their > "parents". This is the essence of a "view". The striding is exactly > the same as before (the data hasn't moved anywhere), only the starting > point and the bounds have changed. Sorry, I was suffering some temporary strides brain damage. :-) Regards, Albert |