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