HessenbergDecomposition_packedMatrix.cpp File Reference

Functions

cout<< "Here is a random 4x4 matrix:"<< endl<< A<< endl;HessenbergDecomposition< Matrix4d > hessOfA (A)
 

Variables

Matrix4d A = Matrix4d::Random(4, 4)
 
Matrix4d pm = hessOfA.packedMatrix()
 

Function Documentation

◆ hessOfA()

cout<< "Here is a random 4x4 matrix:" << endl << A << endl;HessenbergDecomposition<Matrix4d> hessOfA ( A  )

Variable Documentation

◆ A

Matrix4d A = Matrix4d::Random(4, 4)

◆ pm