blob: 771eaf2d3ad29727a1794b7523e4e3e427df5d74 [file] [log] [blame]
Array3d v(2, 3, 4), w(4, 2, 3);
cout << v.min(w) << endl;