Real Burst Q-less QR Decomposition
Q-less QR decomposition for real-valued matrices
- Library:
Fixed-Point Designer HDL Support / Matrices and Linear Algebra / Matrix Factorizations
Description
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.
When Regularization parameter is nonzero, the Real 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 Real Burst Q-less QR Decomposition block for real-valued input
matrix A
.
Extended Capabilities
Version History
See Also
Blocks
- Real Burst QR Decomposition | Complex Burst Q-less QR Decomposition | Real Partial-Systolic QR Decomposition