Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
Cwise_boolean_and.cpp
Find file
Normal view
History
Permalink
Cwise_boolean_and.cpp
64 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
Array3d
v
(
-
1
,
2
,
1
),
w
(
-
3
,
2
,
3
);
cout
<<
((
v
<
w
)
&&
(
v
<
0
))
<<
endl
;