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_cast.cpp
blob
016880b40c4e5e0c15ddef2f3c1e58990c60b3fd
1
Matrix2d md
=
Matrix2d
::
Identity
() *
0.45
;
2
Matrix2f mf
=
Matrix2f
::
Identity
();
3
cout
<<
md
+
mf
.
cast
<
double
>() <<
endl
;