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