Implementazione (i,j)

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



Morpheus 2004-01-04