PLASMA_dgecon_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_dgecon(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
- Parameters
-
[in] | norm | Specifies whether the 1-norm condition number or the infinity-norm condition number is required: = PlasmaOneNorm: One norm = PlasmaInfNorm: Infinity norm |
[in] | A | The N-by-N matrix A. |
[in] | Anorm | If norm = PlasmaOneNorm, the 1-norm of the original matrix A. If norm = PlasmaInfNorm, the infinity-norm of the original matrix A. |
[out] | rcond | The reciprocal of the condition number of the matrix A, computed as stated above. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
<0 | if -i, the i-th argument had an illegal value |
- See also
- PLASMA_dgecon
-
PLASMA_dgecon_Tile_Async
-
PLASMA_cgecon_Tile
-
PLASMA_dgecon_Tile
-
PLASMA_sgecon_Tile