samer@0: % plus - Parallel application of arrows to multiple inputs samer@0: % samer@0: % Operator form of aparallel. See aparellel class for details. samer@0: % The following are equivalent: samer@0: % aparallel(a1,a2) == a1 + a2 samer@0: samer@0: function o=plus(o1,o2), o=aparallel(o1,o2); end