Sign in
eigen
/
mirror
/
336ad582131f94b9e77c91c83c067dbd0c54c3fc
/
.
/
doc
/
snippets
/
Cwise_greater.cpp
blob: 54641e1ce94a6ac853d176577143d8cafb1cfed8 [
file
] [
log
] [
blame
]
Vector3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
.
cwise
()>
w
)
<<
endl
;