PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zlacpy_Tile ( PLASMA_enum  uplo,
PLASMA_desc A,
PLASMA_desc B 
)

PLASMA_zlacpy_Tile - Tile equivalent of PLASMA_zlacpy(). 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 copied to B. = PlasmaUpperLower: All the matrix A = PlasmaUpper: Upper triangular part = PlasmaLower: Lower triangular part
[in]AThe M-by-N matrix A. If uplo = PlasmaUpper, only the upper trapezium is accessed; if UPLO = PlasmaLower, only the lower trapezium is accessed.
[out]BThe M-by-N matrix B. On exit, B = A in the locations specified by UPLO.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_zlacpy
PLASMA_zlacpy_Tile_Async
PLASMA_clacpy_Tile
PLASMA_dlacpy_Tile
PLASMA_slacpy_Tile