L'implementazione (j,k,i)

for j=1:r
   for k=1:n
      for i=1:m
         C(i,j)=C(i,j)+A(i,k)*B(k,j)
      end
   end
end



Morpheus 2004-01-04