blob: cb776b89647c4fddc15da845a302d195f2a1cad4 [file] [log] [blame]
Array3d v(3, 2, 4), w(5, 4, 2);
v /= w;
cout << v << endl;