source: pacpussensors/trunk/Vislab/lib3dv/eigen/doc/snippets/ComplexSchur_matrixU.cpp@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 221 bytes
Line 
1MatrixXcf A = MatrixXcf::Random(4,4);
2cout << "Here is a random 4x4 matrix, A:" << endl << A << endl << endl;
3ComplexSchur<MatrixXcf> schurOfA(A);
4cout << "The unitary matrix U is:" << endl << schurOfA.matrixU() << endl;
Note: See TracBrowser for help on using the repository browser.