Cross Reference: Cwise_boolean_and.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_boolean_and.cpp
Home
History
Annotate
Line#
Navigate
Download
only in
Cwise_boolean_and.cpp
1
Array3d
v(-
1
,
2
,
1
), w(-
3
,
2
,
3
);
2
cout
<< ((v<w) && (v<0)) <<
endl
;
3