Complex Burst Matrix Solve Using QR Decomposition
Compute the value of x in the equation Ax = B for complex-valued matrices using QR decomposition
- Library:
Fixed-Point Designer HDL Support / Matrices and Linear Algebra / Linear System Solvers
Description
The Complex Burst Matrix Solve Using QR Decomposition block solves the system of linear equations Ax = B using QR decomposition, where A and B are complex-valued matrices. To compute x = A-1, set B to be the identity matrix.
When Regularization parameter is nonzero, the
Complex Burst Matrix Solve Using QR Decomposition block computes the matrix
solution of complex-valued where λ is the regularization parameter,
A is an m-by-n matrix,
p is the number of columns in B,
In =
eye(n)
, and
0n,p =
zeros(n,p)
.
Ports
Input
Output
Parameters
Model Examples
Tips
Use fixed.getMatrixSolveModel(A,B)
to generate a template model
containing a Complex Burst Matrix Solve Using QR Decomposition block for
complex-valued input matrices A
and B
.