Sign in
◑
Theme
eigen
/
mirror
/
cdc1bf2bfc6835047c906b61b90bcb7f147ed009
/
.
/
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
;