Files
eigen/doc/snippets/Cwise_boolean_and.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2011-05-31 22:17:34 +02:00
Array3d v(-1, 2, 1), w(-3, 2, 3);
cout << ((v < w) && (v < 0)) << endl;