Q-less QR decomposition for real-valued matrices
Fixed-Point Designer / Matrices and Linear Algebra / Matrix Factorizations
The Real Burst Q-less QR Decomposition block uses QR decomposition to compute the economy size upper-triangular R factor of the QR decomposition A = QR, where A is a real-valued matrix, without computing Q. The solution to A'Ax = B is x = R\R'\b.
fixed.getQlessQRDecompositionModel(
generates a template model containing a Real Burst Q-less QR Decomposition
block for real-valued input matrices A and B.A
,B
)