blob: a03bccf76002bd00b88ec50f33a60de73cdd883b [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Vector3d v(2,3,4), w(4,2,3);
2cout << v.cwise().max(w) << endl;