Go to the source code of this file.
Functions | |
cout<< "Here is a random 4x4 matrix:"<< endl<< A<< endl;HessenbergDecomposition< MatrixXf > | hessOfA (A) |
Variables | |
Matrix4f | A |
MatrixXf | H |
cout<< "Here is a random 4x4 matrix:" << endl << A << endl;HessenbergDecomposition<MatrixXf> hessOfA | ( | A | ) |
Matrix4f A |
Definition at line 1 of file HessenbergDecomposition_matrixH.cpp.
MatrixXf H |
Definition at line 4 of file HessenbergDecomposition_matrixH.cpp.