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
/
MatrixBase_ones_int.cpp
blob
2ef188e7d23f538be8be7a157acfbaef67ffe154
1
cout
<<
6
*
RowVectorXi
::
Ones
(
4
) <<
endl
;
2
cout
<<
VectorXf
::
Ones
(
2
) <<
endl
;