fixed.qlessQRMatrixSolve
Solve system of linear equations (A'A)X = B for X using Q-less QR decomposition
Since R2020b
Syntax
Description
returns the solution to the system of linear equations (A'A)X =
B as a variable with the output type specified by
X
= fixed.qlessQRMatrixSolve(A
,B
,outputType
)outputType
.
returns the solution to the system of linear equations, with the
X
= fixed.qlessQRMatrixSolve(A
,B
,outputType
,forgettingFactor
)forgettingFactor
multiplied by R after each row of
A
is processed.
solves the matrix equation where λ is the
X
= fixed.qlessQRMatrixSolve(A
,B
,outputType
,[],regularizationParameter
)regularizationParameter
.
solves the matrix equation whereX
= fixed.qlessQRMatrixSolve(A
,B
,outputType
,forgettingFactor
,regularizationParameter
)
α is the forgettingFactor
, λ is
the regularizationParameter
, and m is the number of
rows in A.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020bSee Also
fixed.backwardSubstitute
| fixed.forwardSubstitute
| fixed.qlessQR
| fixed.qlessQRUpdate
| fixed.qrAB
| fixed.qrMatrixSolve
Topics
- Algorithms to Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
- Determine Fixed-Point Types for Complex Q-less QR Matrix Solve A'AX=B
- Algorithms to Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
- Determine Fixed-Point Types for Real Q-less QR Matrix Solve A'AX=B
- Compute Forgetting Factor Required for Streaming Input Data