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_round.cpp
blob
e5c88230b0d55ebc314428d796d4c9c2ec9e3496
1
ArrayXd v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
2
cout
<<
v
<<
endl
<<
endl
;
3
cout
<<
round
(
v
) <<
endl
;