Solve system of linear equations (A'A)x = B for x using Q-less QR decomposition
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.
fixed.backwardSubstitute
| fixed.forwardSubstitute
| fixed.qlessQR
| fixed.qlessQRUpdate
| fixed.qrAB
| fixed.qrMatrixSolve