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