Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
f9659d91f1b5486964e0c66187f4a0cbcac2accf
/
.
/
doc
/
snippets
/
Cwise_tanh.cpp
blob: 30cd0450d9a51f2c706182370af7cbd4fc9d3435 [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
tanh
(
v
)
<<
endl
;