Sign in
third-party-mirror
/
eigen
/
eae6db0ca08e15a56faa194349561649dde541dd
/
.
/
doc
/
snippets
/
Cwise_equal_equal.cpp
blob: 7fdeafa8ca1433e56aacacb9be468be6176a7435 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
==
w
)
<<
endl
;