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_cwiseProduct.cpp
blob
1db3a11324b6a3abe53c4d4d049d1f2d2b38166a
1
Matrix3i a
=
Matrix3i
::
Random
(),
b
=
Matrix3i
::
Random
();
2
Matrix3i c
=
a
.
cwiseProduct
(
b
);
3
cout
<<
"a:
\n
"
<<
a
<<
"
\n
b:
\n
"
<<
b
<<
"
\n
c:
\n
"
<<
c
<<
endl
;
4