Sign in
third-party-mirror
/
eigen
/
2201fb98dc9e6f2f32faea749f3dc71ec7ecc2c2
/
.
/
doc
/
snippets
/
Cwise_greater.cpp
blob: 40ad0296d087354697acf474d1420ee419ae2c12 [
file
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
>
w
)
<<
endl
;