Sign in
third-party-mirror
/
eigen
/
f5e2f3d38528a3f1ab8fc93b17a93e553700a669
/
.
/
doc
/
snippets
/
Cwise_less.cpp
blob: 95ccb302b5ab75e95a1e664095604b818e916df0 [
file
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
<
w
)
<<
endl
;