Compute the value of x in the equation Ax = B for real-valued matrices using QR decomposition
Fixed-Point Designer / Matrices and Linear Algebra / Linear System Solvers
The Real Burst Matrix Solve Using QR Decomposition block solves the system of linear equations Ax = B using QR decomposition, where A and B are real-valued matrices. To compute x = A-1, set B to be the identity matrix.
fixed.getMatrixSolveModel(
generates a template model containing a Real Burst Matrix Solve Using QR
Decomposition block for real-valued input matrices A and
B.A
,B
)