|
|
| int PLASMA_splgsy |
( |
float |
bump, |
|
|
int |
N, |
|
|
float * |
A, |
|
|
int |
LDA, |
|
|
unsigned long long int |
seed |
|
) |
| |
PLASMA_splgsy - 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). |
| [in] | seed | The seed used in the random generation. |
- Returns
- Return values
-
| PLASMA_SUCCESS | successful exit |
| <0 | if -i, the i-th argument had an illegal value |
- See Also
- PLASMA_splgsy_Tile
-
PLASMA_splgsy_Tile_Async
-
PLASMA_cplgsy
-
PLASMA_dplgsy
-
PLASMA_splgsy
-
PLASMA_splrnt
-
PLASMA_splgsy
|