Sign in
third-party-mirror
/
eigen
/
45874d87377474c35f39757c4299877efcc45bf7
/
.
/
doc
/
snippets
/
Cwise_less_equal.cpp
blob: 1600e397e3f860f0c1d4bc330e2e7bf84e78bf63 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
<=
w
)
<<
endl
;