Sign in
eigen
/
mirror
/
729960e4656ab9f61e523a3908edf5474b04638d
/
.
/
doc
/
snippets
/
Cwise_equal_equal.cpp
blob: 0ba96f6603634cec5f2d2f9ece390992d1787ca8 [
file
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
==
w
)
<<
endl
;