17 #ifndef _PLASMA_CORE_ZCBLAS_H_
18 #define _PLASMA_CORE_ZCBLAS_H_
27 void CORE_clag2z(
int m,
int n,
28 const PLASMA_Complex32_t *A,
int lda,
29 PLASMA_Complex64_t *B,
int ldb);
30 void CORE_zlag2c(
int m,
int n,
31 const PLASMA_Complex64_t *A,
int lda,
32 PLASMA_Complex32_t *B,
int ldb,
int *info);
37 void QUARK_CORE_clag2z(Quark *quark, Quark_Task_Flags *task_flags,
39 const PLASMA_Complex32_t *A,
int lda,
40 PLASMA_Complex64_t *B,
int ldb);
41 void QUARK_CORE_zlag2c(Quark *quark, Quark_Task_Flags *task_flags,
43 const PLASMA_Complex64_t *A,
int lda,
44 PLASMA_Complex32_t *B,
int ldb,
50 void CORE_clag2z_quark(Quark *quark);
51 void CORE_zlag2c_quark(Quark *quark);