Back to Linear Algebra (Eigen)
eigen.solvers.solveQR
Solve the linear system Ax = b using QR decomposition.
Syntax
eigen.solvers.solveQR(A, b)
Description
Solve the linear system Ax = b using QR decomposition.
Parameters
| Name | Description |
|---|---|
| A | - Coefficient matrix (m × n, m ≥ n) |
| b | - Right-hand side (m × 1) |
Returns
MatrixHandle