PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zplghe_Tile ( double  bump,
PLASMA_desc A,
unsigned long long int  seed 
)

PLASMA_zplghe_Tile - Generate a random hermitian matrix by tiles. Tile equivalent of PLASMA_zplghe(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]bumpThe value to add to the diagonal to be sure to have a positive definite matrix.
[in]AOn exit, The random hermitian matrix A generated.
[in]seedThe seed used in the random generation.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_zplghe
PLASMA_zplghe_Tile_Async
PLASMA_cplghe_Tile
PLASMA_dplghe_Tile
PLASMA_splghe_Tile
PLASMA_zplrnt_Tile
PLASMA_zplgsy_Tile