Hi,
I'm starting to try array extensions and I've got some doubt. Let's suppose that there is some function tomake some calculations over arrays elements:
a[:] = myfunc( b[:], ...);
so that it is possible to process each element in parallel.
Is there any way to know what element is being processed in a call to the function (inside the function itself)?
Thanks and best regards




