Forms the full M-by-M orthogonal matrix from the elementary reflectors returned by the base QR factorization algorithm.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout), | dimension(:,:) | :: | r |
On input, an M-by-N matrix where the elements below the diagonal contain the elementary reflectors generated from the QR factorization. On and above the diagonal, the matrix contains the matrix . On output, the elements below the diagonal are zeroed such that the remaining matrix is simply the M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of each elementary reflector defined in . |
|
| real(kind=real64), | intent(out), | dimension(:,:) | :: | q |
An M-by-M matrix where the full orthogonal matrix will be written. In the event that M > N, may be supplied as M-by-N, and therefore only return the useful submatrix as the factorization can be written as . |
Forms the full M-by-M orthogonal matrix from the elementary reflectors returned by the base QR factorization algorithm.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(inout), | dimension(:,:) | :: | r |
On input, an M-by-N matrix where the elements below the diagonal contain the elementary reflectors generated from the QR factorization. On and above the diagonal, the matrix contains the matrix . On output, the elements below the diagonal are zeroed such that the remaining matrix is simply the M-by-N matrix . |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of each elementary reflector defined in . |
|
| complex(kind=real64), | intent(out), | dimension(:,:) | :: | q |
An M-by-M matrix where the full orthogonal matrix will be written. In the event that M > N, may be supplied as M-by-N, and therefore only return the useful submatrix as the factorization can be written as . |
Forms the full M-by-M orthogonal matrix from the elementary reflectors returned by the base QR factorization algorithm.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout), | dimension(:,:) | :: | r |
On input, an M-by-N matrix where the elements below the diagonal contain the elementary reflectors generated from the QR factorization. On and above the diagonal, the matrix contains the matrix . On output, the elements below the diagonal are zeroed such that the remaining matrix is simply the M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of each elementary reflector defined in . |
|
| integer(kind=int32), | intent(in), | dimension(:) | :: | pvt |
An N-element column pivot array as returned by the QR factorization. |
|
| real(kind=real64), | intent(out), | dimension(:,:) | :: | q |
An M-by-M matrix where the full orthogonal matrix will be written. In the event that M > N, may be supplied as M-by-N, and therefore only return the useful submatrix as the factorization can be written as . |
|
| real(kind=real64), | intent(out), | dimension(:,:) | :: | p |
An N-by-N matrix where the pivot matrix will be written. |
Forms the full M-by-M orthogonal matrix from the elementary reflectors returned by the base QR factorization algorithm.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(inout), | dimension(:,:) | :: | r |
On input, an M-by-N matrix where the elements below the diagonal contain the elementary reflectors generated from the QR factorization. On and above the diagonal, the matrix contains the matrix . On output, the elements below the diagonal are zeroed such that the remaining matrix is simply the M-by-N matrix . |
|
| complex(kind=real64), | intent(in), | dimension(:) | :: | tau |
A MIN(M, N)-element array containing the scalar factors of each elementary reflector defined in . |
|
| integer(kind=int32), | intent(in), | dimension(:) | :: | pvt |
An N-element column pivot array as returned by the QR factorization. |
|
| complex(kind=real64), | intent(out), | dimension(:,:) | :: | q |
An M-by-M matrix where the full orthogonal matrix will be written. In the event that M > N, may be supplied as M-by-N, and therefore only return the useful submatrix as the factorization can be written as . |
|
| complex(kind=real64), | intent(out), | dimension(:,:) | :: | p |
An N-by-N matrix where the pivot matrix will be written. |