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] | trans | Specifies 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] | alpha | alpha specifies the scalar alpha |
[in] | A | A is a LDA-by-ka matrix, where ka is N when trans = PlasmaNoTrans, and is M otherwise. |
[in] | beta | beta specifies the scalar beta |
[in,out] | B | B is a LDB-by-N matrix. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_sgeadd
-
PLASMA_sgeadd_Tile_Async
-
PLASMA_cgeadd_Tile
-
PLASMA_dgeadd_Tile
-
PLASMA_sgeadd_Tile