Sign in
eigen
/
mirror
/
6fb3e5f1767855bc1a8aa3c868bc7fbf0eeb67ef
/
.
/
doc
/
snippets
/
Cwise_tanh.cpp
blob: 30cd0450d9a51f2c706182370af7cbd4fc9d3435 [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
tanh
(
v
)
<<
endl
;