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

PLASMA_sgeadd_Tile - Performs a matrix addition similarly to the psgeadd() function from the PBLAS library. Tile equivalent of PLASMA_sgeadd(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]transSpecifies whether the matrix A is transposed, not transposed or ugate transposed: = PlasmaNoTrans: A is not transposed; = PlasmaTrans: A is transposed; = PlasmaTrans: A is ugate transposed.
[in]alphaalpha specifies the scalar alpha
[in]AA is a LDA-by-ka matrix, where ka is N when trans = PlasmaNoTrans, and is M otherwise.
[in]betabeta specifies the scalar beta
[in,out]BB is a LDB-by-N matrix.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_sgeadd
PLASMA_sgeadd_Tile_Async
PLASMA_cgeadd_Tile
PLASMA_dgeadd_Tile
PLASMA_sgeadd_Tile