repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
Cwise_cosh.cpp
blob
80ee75da5e82e096374442320103f11b4e9f5389
1
ArrayXd v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
2
cout
<<
cosh
(
v
) <<
endl
;