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
/
Cwise_product.cpp
blob
714d66d210e36b0e53a7e8eef37b3504f92ca3aa
1
Array33i a
=
Array33i
::
Random
(),
b
=
Array33i
::
Random
();
2
Array33i c
=
a
*
b
;
3
cout
<<
"a:
\n
"
<<
a
<<
"
\n
b:
\n
"
<<
b
<<
"
\n
c:
\n
"
<<
c
<<
endl
;
4