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