Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
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
;