PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
float PLASMA_clantr_Tile ( PLASMA_enum  norm,
PLASMA_enum  uplo,
PLASMA_enum  diag,
PLASMA_desc A 
)

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

Parameters
[in]norm= PlasmaMaxNorm: Max norm = PlasmaOneNorm: One norm = PlasmaInfNorm: Infinity norm = PlasmaFrobeniusNorm: Frobenius norm
[in]uploSpecifies whether the matrix A is upper triangular or lower triangular: = PlasmaUpper: Upper triangle of A is stored; = PlasmaLower: Lower triangle of A is stored.
[in]diagSpecifies whether or not A is unit triangular: = PlasmaNonUnit: A is non unit; = PlasmaUnit: A us unit.
[in]ADescriptor of matrix A.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_clantr
PLASMA_clantr_Tile_Async
PLASMA_clantr_Tile
PLASMA_dlantr_Tile
PLASMA_slantr_Tile