Sign in
third-party-mirror
/
eigen
/
e71e37af08060693a32ac4d0ca7c25b8a9073f4f
/
.
/
doc
/
snippets
/
Cwise_sinh.cpp
blob: aefcd6dd80de9e6cda7336801b8c6495f7f55edf [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
sinh
(
v
)
<<
endl
;