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
/
TopicAliasing_mult1.cpp
blob
cd7e9004c92f5b6ea25bbc295d92fcbf541fdc02
1
MatrixXf
matA
(
2
,
2
);
2
matA
<<
2
,
0
,
0
,
2
;
3
matA
=
matA
*
matA
;
4
cout
<<
matA
;