source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/ComplexSchur_matrixU.cpp
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 221 bytes |
Line | |
---|---|
1 | MatrixXcf A = MatrixXcf::Random(4,4); |
2 | cout << "Here is a random 4x4 matrix, A:" << endl << A << endl << endl; |
3 | ComplexSchur<MatrixXcf> schurOfA(A); |
4 | cout << "The unitary matrix U is:" << endl << schurOfA.matrixU() << endl; |
Note:
See TracBrowser
for help on using the repository browser.