PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_slaset_Tile ( PLASMA_enum  uplo,
float  alpha,
float  beta,
PLASMA_desc A 
)

PLASMA_slaset_Tile - Tile equivalent of PLASMA_slaset(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]uploSpecifies the part of the matrix A to be set. = PlasmaUpperLower: All the matrix A = PlasmaUpper: Upper triangular part = PlasmaLower: Lower triangular part
[in]alphaAll the offdiagonal array elements are set to alpha.
[in]betaAll the diagonal array elements are set to beta.
[in,out]AOn entry, the m by n matrix A. On exit, A(i,j) = ALPHA, 1 <= i <= m, 1 <= j <= n, i.ne.j; A(i,i) = BETA, 1 <= i <= min(m,n)
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_slaset
PLASMA_slaset_Tile_Async
PLASMA_claset_Tile
PLASMA_slaset_Tile
PLASMA_slaset_Tile