ComplexSchur_matrixU.cpp
Go to the documentation of this file.
00001 MatrixXcf A = MatrixXcf::Random(4,4);
00002 cout << "Here is a random 4x4 matrix, A:" << endl << A << endl << endl;
00003 ComplexSchur<MatrixXcf> schurOfA(A);
00004 cout << "The unitary matrix U is:" << endl << schurOfA.matrixU() << endl;


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:30:59