Sign in
eigen
/
mirror
/
c20e908ebc42f7174b1d85ce82583a66d185520c
/
.
/
doc
/
snippets
/
Cwise_not_equal.cpp
blob: 57a407aac0c23e3cc936fb58814ed0db6857f491 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
!=
w
)
<<
endl
;