Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
Cwise_tanh.cpp
blob: 30cd0450d9a51f2c706182370af7cbd4fc9d3435 [
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
<<
tanh
(
v
)
<<
endl
;