HouseholderQR_householderQ.cpp File Reference

Functions

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

Variables

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

Function Documentation

◆ A()

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

◆ qr()

◆ setRandom()

m2 setRandom ( )

◆ thinQ()

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

Variable Documentation

◆ Q

◆ thinQ

thinQ = qr.householderQ() * thinQ