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