Sign in
eigen
/
mirror
/
a5fbf278430827d5945a4df505e63367c8c73a56
/
.
/
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
;