Sign in
◑
Theme
eigen
/
mirror
/
c8e8f93d6ce9ed02a40ea08b5ccc1ef6e82de0f2
/
.
/
doc
/
snippets
/
Cwise_sinh.cpp
blob: fac9b19a854ea2d3a9292ebf57c15609ed14ea9e [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
sinh
(
v
)
<<
endl
;