Files
Polyhedron/external/eigen-3.4.0/doc/snippets/Cwise_boolean_or.cpp
T
Efim Beshmenev 7f9dc067a1 Initial commit
2026-07-10 19:16:42 +03:00

3 lines
64 B
C++

Array3d v(-1,2,1), w(-3,2,3);
cout << ((v<w) || (v<0)) << endl;