Sign in
eigen
/
mirror
/
7a915f68467df10fb321b4bfa6c139669b00daaa
/
.
/
doc
/
snippets
/
Cwise_less_equal.cpp
blob: 1600e397e3f860f0c1d4bc330e2e7bf84e78bf63 [
file
]
Array3d
v
(
1
,
2
,
3
),
w
(
3
,
2
,
1
);
cout
<<
(
v
<=
w
)
<<
endl
;