|
CHAMELEON 1.4.0
|
| int CHAMELEON_Lap2Desc | ( | cham_uplo_t | uplo, |
| void * | A, | ||
| int | LDA, | ||
| CHAM_desc_t * | descA | ||
| ) |
Conversion from LAPACK layout to CHAM_desc_t.
| [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] | A | LAPACK matrix. |
| [in] | LDA | The leading dimension of the matrix A. |
| [in,out] | descA | Descriptor of the CHAMELEON matrix initialized with data from A. |
| CHAMELEON_SUCCESS | successful exit |
Definition at line 117 of file tile.c.
References CHAMELEON_zLap2Desc().
Referenced by CHAMELEON_Lapack_to_Tile().