Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
f9659d91f1b5486964e0c66187f4a0cbcac2accf
/
.
/
doc
/
snippets
/
Cwise_cosh.cpp
blob: 80ee75da5e82e096374442320103f11b4e9f5389 [
file
] [
log
] [
blame
]
Deanna Hood
7b82994
2015-03-17 03:40:28 +1000
[
diff
] [
blame
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
2
cout
<<
cosh
(
v
)
<<
endl
;