Hi Gabor, > As I understand it is quite complex to understand especially for someone > like me who does not understand even the problem domain. Anyway, I am trying.
Sure thing. I'm attempting to write up an introduction that shows how you can do Conway's 'Game of Life' using PDL threading only. >> I worked with a collaborator who is using Matlab, and when I asked him >> why not just write the threadable equivalent statement in Matlab, he >> said sheepishly "No, you need to use a FOR loop for that!" > > Could you go into a bit more details on that? *looks guilty* This was about a year ago, so my memory is conveniently fuzzy. I believe we were subtracting off a 1-D correction from a 3-D data cube (essentially a stack of images) and MATLAB needed a loop over the 3rd dimension. I'll see if I can recall more than that. Matt _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
