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