26 Apr
2006
26 Apr
'06
1:02 a.m.
On Tue, 25 Apr 2006 20:15:37 -0300, Antonio Piccolboni
I guess what you want is origin(). Iterate from origin() to origin+num_elements
I think you meant data(). I also think that does not work if you have a multiarray that is a subset of another, because the elements are not contiguous. I also would like to iterate easily over all elements of a multiarray. Maybe a foreach-like function is easier to write than a general iterator. Bruno