Sign in
eigen
/
mirror
/
6a722602e637cc248265c13735461bd6d7cb5ced
/
.
/
doc
/
snippets
/
Cwise_equal_equal.cpp
blob: ea49120f09ae9bc59e9265b2f7b25cc8ef6ec94e [
file
] [
log
] [
blame
]
Vector3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
.
cwise
()==
w
)
<<
endl
;