Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
Cwise_slash_equal.cpp
blob: 2efd32d84ec3f9f40a878f4df8ff0897e5b38bef [
file
] [
log
] [
blame
]
Array3d
v
(
3
,
2
,
4
),
w
(
5
,
4
,
2
);
v
/=
w
;
cout
<<
v
<<
endl
;