Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
Cwise_max.cpp
blob: 6602881e8a53a1a605e73fe2d43fcf834c79917a [
file
] [
log
] [
blame
]
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
max
(
w
)
<<
endl
;