blob: 3c956818bd5f5f162c67c6f9b06f6e7b50aa4693 [file] [log] [blame]
Jitse Niesen2b5a0062010-07-23 20:32:33 +01001Vector3d v(2,3,4), w(4,2,3);
2cout << v.cwiseMax(w) << endl;