PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zplrnt ( int  M,
int  N,
PLASMA_Complex64_t *  A,
int  LDA,
unsigned long long int  seed 
)

PLASMA_zplrnt - Generate a random matrix by tiles.

Parameters
[in]MThe number of rows of A.
[in]NThe order of the matrix A. N >= 0.
[out]AOn exit, The random matrix A generated.
[in]LDAThe leading dimension of the array A. LDA >= max(1,M).
[in]seedThe seed used in the random generation.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
<0if -i, the i-th argument had an illegal value
See also
PLASMA_zplrnt_Tile
PLASMA_zplrnt_Tile_Async
PLASMA_cplrnt
PLASMA_dplrnt
PLASMA_splrnt
PLASMA_zplghe
PLASMA_zplgsy