http://www.perlmonks.org?node_id=480108


in reply to Re^2: Dot product of three matrices
in thread Dot product of three matrices

Is he?
$sum += $$x[$i] * $$y[$i] * $$z[$i];
The above code implies bad things but he is in fact calculating the dot product of 3 vectors that are 2D. To sum it up: not the clearest code ever :-)