Use average and possibly xchg(0,1) to exchange dimensions.

  $p->average

will project everything onto the second dimension averaging over the
first dimension

  $p->xchg(0,1)->average

will do the same thing but averaging over the second dimension

  Cheers,

  Xavier

On Fri, Sep 19, 2008 at 9:05 AM, Kåre Edvardsen <[EMAIL PROTECTED]> wrote:
> I've got a piddle of 24 x 16500 from which I need the mean value row-wise.
> What would be the fastes way of doing that?
>
> Cheers,
> Kare
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>
>

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to