On Fri, 2006-12-22 at 19:49 -0800, Colin LeMahieu wrote:
> I'm writing a program that does a lot of array manipulation and I'm
> trying to do the following: I'm trying to take a larger array, a(1,
> 12) and break it up in to smaller pieces b(1, 4) c(5, 8) d(9, 12) and
> send these pieces to other features for them to fill in.
As another thought, could you consider this in sort
of reversed, using agents? That is, do not send subarrays
to features, but have agents manipulate subarrays?
-- Georg


|