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