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