PLASMA
2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
int PLASMA_Alloc_Workspace_dgeev | ( | int | N, |
PLASMA_desc ** | descT | ||
) |
PLASMA_Alloc_Workspace_dgeev - Allocates workspace for PLASMA_dgeev or PLASMA_dgeev_Tile routine.
[in] | N | The order of the matrix A. N >= 0. |
[out] | descT | On exit, workspace handle for storage of the extra T factors required by the tile Hessenberg. |
PLASMA_SUCCESS | successful exit |