function M = sumabs(m) SIGNS = 2*list_all_ind(repmat([2],[1 m]))-3; %M = zeros(0,m); M = SIGNS; return