mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Fix typo
This commit is contained in:
parent
ad3eef7608
commit
45199b9773
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user