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
blob4680d5938db43202ab6cfeb2efa87bdb387d4bb0
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;