index
:
opentrack-depends.git
master
build-time dependencies for opentrack
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
eigen
/
doc
/
snippets
/
Cwise_tanh.cpp
blob: 30cd0450d9a51f2c706182370af7cbd4fc9d3435 (
plain
)
1
2
ArrayXd v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
tanh
(
v
) <<
endl
;