Sign in
eigen
/
mirror
/
63185be8b240ee1a9ef476af2fc06676d3d89fe0
/
.
/
doc
/
snippets
/
Cwise_cosh.cpp
blob: 80ee75da5e82e096374442320103f11b4e9f5389 [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
cosh
(
v
)
<<
endl
;