RealQZ_compute.cpp File Reference

Functions

RealQZ< MatrixXf > qz (4)
 
qz compute (A, B)
 

Variables

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

Function Documentation

◆ compute()

qz compute ( A  ,
B   
)

◆ qz()

RealQZ<MatrixXf> qz ( )

Referenced by real_qz().

Variable Documentation

◆ A

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

◆ B

MatrixXf B = MatrixXf::Random(4, 4)