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