Least squares solution of A*X = B
Parameters
- B
- A Matrix with as many rows as A and any number of columns.
Return Value
X that minimizes the two norm of Q*R*X-B.
Exceptions
Exception Type | Condition |
---|---|
ArgumentException | Matrix row dimensions must agree. |
SystemException | Matrix is rank deficient. |