TR-mbed 1.0
Loading...
Searching...
No Matches
Functions | Variables
HessenbergDecomposition_matrixH.cpp File Reference

Functions

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

Variables

Matrix4f A = MatrixXf::Random(4,4)
 
MatrixXf H = hessOfA.matrixH()
 

Function Documentation

◆ hessOfA()

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

Variable Documentation

◆ A

Matrix4f A = MatrixXf::Random(4,4)

◆ H

MatrixXf H = hessOfA.matrixH()