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