function A=oplus(varargin); k=length(varargin); A=[]; for i=1:k A=oplus2(A,varargin{i}); end;