index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
Cwise_sinh.cpp
blob: fac9b19a854ea2d3a9292ebf57c15609ed14ea9e (
plain
)
1
2
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
sinh
(
v
)
<<
endl
;