Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
aos
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
Cwise_exp.cpp
blob: db23618f96e4070273741cd4c216b6e00bcda23d [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
.
exp
()
<<
endl
;