PLASMA_dorgqr_Tile - Generates an M-by-N matrix Q with orthonormal columns, which is defined as the first N columns of a product of the elementary reflectors returned by PLASMA_dgeqrf. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
- Parameters:
-
[in] | A | Details of the QR factorization of the original matrix A as returned by PLASMA_dgeqrf. |
[in] | T | Auxiliary factorization data, computed by PLASMA_dgeqrf. |
[out] | Q | On exit, the M-by-N matrix Q. |
- Returns:
- Return values:
-
| PLASMA_SUCCESS | successful exit |
- See also:
- PLASMA_dorgqr
-
PLASMA_dorgqr_Tile_Async
-
PLASMA_cungqr_Tile
-
PLASMA_dungqr_Tile
-
PLASMA_sungqr_Tile
-
PLASMA_dgeqrf_Tile