This commit is contained in:
Gael Guennebaud 2017-01-11 09:34:08 +01:00
parent ad3eef7608
commit 45199b9773

View File

@ -1,2 +1,2 @@
.Array3d v(-1,2,1), w(-3,2,3);
Array3d v(-1,2,1), w(-3,2,3);
cout << ((v<w) ^ (v<0)) << endl;