PLASMA_dgesvd_Tile_Async - computes the singular value decomposition (SVD) of a complex M-by-N matrix A, optionally computing the left and/or right singular vectors. Non-blocking equivalent of PLASMA_dgesvd_Tile(). May return before the computation is finished. Allows for pipelining of operations at runtime.
- Parameters
-
| [in] | sequence | Identifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes). |
| [out] | request | Identifies this function call (for exception handling purposes). |
- See Also
- PLASMA_dgesvd
-
PLASMA_dgesvd_Tile
-
PLASMA_cgesvd_Tile_Async
-
PLASMA_dgesvd_Tile_Async
-
PLASMA_sgesvd_Tile_Async