RectangularMatrixQRDecomposition Method |
Namespace: Meta.Numerics.Matrices
Exception | Condition |
---|---|
InvalidOperationException | The matrix has fewer columns that rows. |
Only matrices with a number of rows greater than or equal to the number of columns can be QR decomposed. If your matrix has more columns than rows, you can QR decompose its transpose.