OpenGrok
Cross Reference: Cwise_tanh.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_tanh.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
ArrayXd
v =
ArrayXd
::
LinSpaced
(
5,0
,
1
);
2
cout
<<
tanh
(v) <<
endl
;
3