Functions | Variables
HouseholderQR_householderQ.cpp File Reference

Go to the source code of this file.

Functions

MatrixXf A (MatrixXf::Random(5, 3))
 
HouseholderQR< MatrixXf > qr (A)
 
A setRandom ()
 
MatrixXf thinQ (MatrixXf::Identity(5, 3))
 

Variables

MatrixXf Q = qr.householderQ()
 
 thinQ = qr.householderQ() * thinQ
 

Function Documentation

◆ A()

MatrixXf A ( MatrixXf::Random(5, 3)  )

◆ qr()

HouseholderQR<MatrixXf> qr ( A  )

◆ setRandom()

m2 setRandom ( )

◆ thinQ()

MatrixXf thinQ ( MatrixXf::Identity(5, 3)  )

Variable Documentation

◆ Q

Q = qr.householderQ()

Definition at line 1 of file HouseholderQR_householderQ.cpp.

◆ thinQ

thinQ = qr.householderQ() * thinQ

Definition at line 5 of file HouseholderQR_householderQ.cpp.



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