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