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_adjoint.cpp
blob
4680d5938db43202ab6cfeb2efa87bdb387d4bb0
1
Matrix2cf m
=
Matrix2cf
::
Random
();
2
cout
<<
"Here is the 2x2 complex matrix m:"
<<
endl
<<
m
<<
endl
;
3
cout
<<
"Here is the adjoint of m:"
<<
endl
<<
m
.
adjoint
() <<
endl
;