PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_cpocon_Tile ( PLASMA_enum  uplo,
PLASMA_desc A,
float  Anorm,
float *  rcond 
)

PLASMA_cpocon_Tile - estimates the reciprocal of the condition number of a general complex matrix A, in either the 1-norm or the infinity-norm. Tile equivalent of PLASMA_cpocon(). 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]AThe N-by-N matrix A.
[in]AnormIf norm = PlasmaOneNorm, the 1-norm of the original matrix A. If norm = PlasmaInfNorm, the infinity-norm of the original matrix A.
[out]rcondThe reciprocal of the condition number of the matrix A, computed as stated above.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
<0if -i, the i-th argument had an illegal value
See also
PLASMA_cpocon
PLASMA_cpocon_Tile_Async
PLASMA_cpocon_Tile
PLASMA_dpocon_Tile
PLASMA_spocon_Tile