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