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_col.cpp
blob
87c91b1297739c7899822d7e80b53ad7c4cbba95
1
Matrix3d m
=
Matrix3d
::
Identity
();
2
m
.
col
(
1
) =
Vector3d
(
4
,
5
,
6
);
3
cout
<<
m
<<
endl
;