Sign in
eigen
/
mirror
/
96880810295b65d77057f4a7fb83a99a590122ad
/
.
/
doc
/
snippets
/
Cwise_greater.cpp
blob: 40ad0296d087354697acf474d1420ee419ae2c12 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
>
w
)
<<
endl
;