|
int PLASMA_zplgsy |
( |
PLASMA_Complex64_t |
bump, |
|
|
int |
N, |
|
|
PLASMA_Complex64_t * |
A, |
|
|
int |
LDA, |
|
|
unsigned long long int |
seed | |
|
) |
| | |
PLASMA_zplgsy - Generate a random hermitian matrix by tiles.
- Parameters:
-
[in] | bump | The value to add to the diagonal to be sure to have a positive definite matrix. |
[in] | N | The order of the matrix A. N >= 0. |
[out] | A | On exit, The random hermitian matrix A generated. |
[in] | LDA | The leading dimension of the array A. LDA >= max(1,M). |
- Returns:
- Return values:
-
| PLASMA_SUCCESS | successful exit |
| <0 | if -i, the i-th argument had an illegal value |
- See also:
- PLASMA_zplgsy_Tile
-
PLASMA_zplgsy_Tile_Async
-
PLASMA_cplgsy
-
PLASMA_dplgsy
-
PLASMA_splgsy
-
PLASMA_zplrnt
-
PLASMA_zplgsy
|