PLASMA_Alloc_Workspace_zgetrf_incpiv - Allocates workspace for PLASMA_zgetrf_incpiv or PLASMA_zgetrf_incpiv_Tile or PLASMA_zgetrf_incpiv_Tile_Async routines.
- Parameters
-
[in] | M | The number of rows of the matrix A. M >= 0. |
[in] | N | The number of columns of the matrix A. N >= 0. |
[out] | descL | On exit, workspace handle for storage of the extra L factors required by the tile LU factorization. |
[out] | IPIV | On exit, workspace handle for storage of pivot indexes required by the tile LU factorization (not equivalent to LAPACK). |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_zgetrf_incpiv
-
PLASMA_zgetrf_incpiv_Tile
-
PLASMA_zgetrf_incpiv_Tile_Async