Sign in
eigen
/
mirror
/
b6b8b54e5e2a83fe659c4bbe559c07fcd7874175
/
.
/
doc
/
snippets
/
Cwise_min.cpp
blob: 771eaf2d3ad29727a1794b7523e4e3e427df5d74 [
file
]
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
min
(
w
)
<<
endl
;