|
CHAMELEON 1.4.0
|
| int CHAMELEON_Desc2Lap | ( | cham_uplo_t | uplo, |
| CHAM_desc_t * | descA, | ||
| void * | A, | ||
| int | LDA | ||
| ) |
Conversion from CHAM_desc_t to LAPACK layout.
| [in] | uplo | Specifies the shape of the matrix A: = ChamUpper: A is upper triangular, the lower part is not referenced; = ChamLower: A is lower triangular, the upper part is not referenced; = ChamUpperLower: A is general. |
| [in] | descA | Descriptor of the CHAMELEON matrix in tile layout. |
| [in,out] | A | LAPACK matrix (only needed on proc 0). |
| [in] | LDA | The leading dimension of the matrix A. |
| CHAMELEON_SUCCESS | successful exit |
Definition at line 173 of file tile.c.
References CHAMELEON_zDesc2Lap().
Referenced by CHAMELEON_Tile_to_Lapack().