Sign in
◑
Theme
eigen
/
mirror
/
f96618cd2cfa983e5390c666e4fca6cebc462e26
/
.
/
doc
/
snippets
/
Cwise_max.cpp
blob: c230650b892b55658957fc9d206df04141ff7e30 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
max
(
w
)
<<
endl
;