PLASMA
2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
int PLASMA_Alloc_Workspace_sgels_Tile | ( | int | M, |
int | N, | ||
PLASMA_desc ** | descT | ||
) |
@ -192,33 +120,6 @
PLASMA_Alloc_Workspace_sgels_Tile - Allocates tile workspace for PLASMA_sgels_Tile routine.
[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] | descT | On exit, PLASMA_desc on workspace handle for storage of the extra T factors required by the tile QR or the tile LQ factorization. |
PLASMA_SUCCESS | successful exit |