Go to the source code of this file.
Functions | |
cout<< "Here is a random 4x4 matrix, A:"<< endl<< A<< endl<< endl;ComplexSchur< MatrixXcf > | schurOfA (A) |
Variables | |
MatrixXcf | A = MatrixXcf::Random(4,4) |
cout<< "Here is a random 4x4 matrix, A:" << endl << A << endl << endl;ComplexSchur<MatrixXcf> schurOfA | ( | A | ) |
MatrixXcf A = MatrixXcf::Random(4,4) |
Definition at line 1 of file ComplexSchur_matrixU.cpp.