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