PLASMA
2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
int PLASMA_dplgsy_Tile | ( | double | bump, |
PLASMA_desc * | A, | ||
unsigned long long int | seed | ||
) |
PLASMA_dplgsy_Tile - Generate a random hermitian matrix by tiles. Tile equivalent of PLASMA_dplgsy(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
[in] | bump | The value to add to the diagonal to be sure to have a positive definite matrix. |
[in] | A | On exit, The random hermitian matrix A generated. |
[in] | seed | The seed used in the random generation. |
PLASMA_SUCCESS | successful exit |