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