QRTSolve Method |
Name | Description | |
---|---|---|
Solve(MatrixT) | Solves a system of linear equations, AX = B, with A QR factorized. | |
Solve(VectorT) | Solves a system of linear equations, Ax = b, with A QR factorized. | |
Solve(MatrixT, MatrixT) | Solves a system of linear equations, AX = B, with A QR factorized. | |
Solve(VectorT, VectorT) | Solves a system of linear equations, Ax = b, with A QR factorized. |