The following tables list the members exposed by QR.
| Name | Description | |
|---|---|---|
| QR Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| Cols | Gets the number of columns of the matrix that is represented by the factorization. | |
| P | Gets the P factor, the permutation matrix of the QR factorization. | |
| Q | Gets the Q factor, the orthogonal part of the QR factorization. | |
| R | Gets the R factor, the upper triangular part of the QR factorization. | |
| Rows | Gets the number of rows of the matrix that is represented by the factorization. |
| Name | Description | |
|---|---|---|
| GetPivots | Gets an array of integers containing the pivot indices. | |
| Solve | Solves a set of least-squares problems (with multiple right hands) using the QR factorization of a general real matrix. |