in reply to Re^2: Two handy tools for nested arrays: mapat and transpose
in thread Two handy tools for nested arrays: mapat and transpose
Makes for code simplicity.#assume $m1 and $m2 are matrix objects my $m3 = $m1->ApplyFunction(\&mysub, $m2); .... sub mysub{ my ($element1,$element2)=@_; return $element1 &#$((Some operation) $element2; }
...each is assigned his own private delusion but he cannot see the baggage on his own back.
|
|---|