Skip to content
Cwise_max.cpp 54 B
Newer Older
Luker's avatar
Luker committed
Array3d v(2,3,4), w(4,2,3);
cout << v.max(w) << endl;