How quickly subtract the two large arrays  ?
A = random (10 ^ 5.10 ^ 5); 
B = rand (10 ^ 5.10 ^ 5); 
@time C = A-B ;
very long: /
Paul

Reply via email to