Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
Cwise_sinh.cpp
blob: fac9b19a854ea2d3a9292ebf57c15609ed14ea9e [
file
] [
log
] [
blame
]
Austin Schuh
189376f
2018-12-20 22:11:15 +1100
[
diff
] [
blame
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
2
cout
<<
sinh
(
v
)
<<
endl
;