blob: 45151be613879c8ea24ad27da8f2715cb4beb479 [file] [log] [blame]
Array3d v(1, 2, 3), w(2, 3, 0);
v *= w;
cout << v << endl;