Complex Burst Q-less QR Decomposition
Q-less QR decomposition for complex-valued matrices
- Library:
Fixed-Point Designer HDL Support / Matrices and Linear Algebra / Matrix Factorizations
Description
The Complex 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 complex-valued matrix, without computing Q. The solution to A'Ax = B is x = R\R'\b.
When Regularization parameter is nonzero, the Complex Burst Q-less QR Decomposition block computes the upper-triangular factor R of the economy size QR decomposition of where λ is the regularization parameter.
Ports
Input
Output
Parameters
Model Examples
Tips
Use fixed.getQlessQRDecompositionModel(A)
to generate a template model
containing a Complex Burst Q-less QR Decomposition block for complex-valued
input matrix A
.