Sign in
eigen
/
mirror
/
06b45905e7878ce67f4c238c6bde7f5dca6a2d90
/
.
/
doc
/
snippets
/
Cwise_max.cpp
blob: ab8d397ef24185fb3e0e6edc018dc8ec8c144172 [
file
]
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
max
(
w
)
<<
endl
;