Files
eigen/doc/snippets/Cwise_boolean_xor.cpp

3 lines
63 B
C++
Raw Permalink Normal View History

2017-01-16 13:36:56 +01:00
Array3d v(-1,2,1), w(-3,2,3);
cout << ((v<w) ^ (v<0)) << endl;