Functions | Variables
HessenbergDecomposition_matrixH.cpp File Reference

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::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)

Definition at line 1 of file HessenbergDecomposition_matrixH.cpp.

◆ H

MatrixXf H = hessOfA.matrixH()

Definition at line 4 of file HessenbergDecomposition_matrixH.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:49