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
LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
MatrixBase_setZero.cpp
blob
9b5b9583c2193654c656090e57987e38e0165541
1
Matrix4i m
=
Matrix4i
::
Random
();
2
m
.
row
(
1
).
setZero
();
3
cout
<<
m
<<
endl
;