blob: 40ad0296d087354697acf474d1420ee419ae2c12 [file] [log] [blame]
Gael Guennebaud7d3fe692010-01-06 17:18:38 +01001Array3d v(1,2,3), w(3,2,1);
2cout << (v>w) << endl;