Implementazione (j,i)

for i=1:n
   for j=1:m
      y(j)=y(j)+A(i,j)*x(i)
   end
end



Morpheus 2004-01-04