double PLASMA_zlange_Tile ( PLASMA_enum  norm,
PLASMA_desc *  A,
double *  work 
)

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

Parameters:
[in] uplo = PlasmaUpper: Upper triangle of A is stored; = PlasmaLower: Lower triangle of A is stored.
[in] A On entry, the triangular factor U or L. On exit, if UPLO = 'U', the upper triangle of A is overwritten with the upper triangle of the product U * U'; if UPLO = 'L', the lower triangle of A is overwritten with the lower triangle of the product L' * L.
Returns:
Return values:
PLASMA_SUCCESS successful exit
See also:
PLASMA_zlange
PLASMA_zlange_Tile_Async
PLASMA_clange_Tile
PLASMA_dlange_Tile
PLASMA_slange_Tile
 All Data Structures
Generated by  doxygen 1.6.3