17 #ifndef _PLASMA_CORE_DSBLAS_H_
18 #define _PLASMA_CORE_DSBLAS_H_
28 const float *A,
int lda,
31 const double *A,
int lda,
32 float *B,
int ldb,
int *info);
38 void QUARK_CORE_slag2d(Quark *quark, Quark_Task_Flags *task_flags,
40 const float *A,
int lda,
42 void QUARK_CORE_dlag2s(Quark *quark, Quark_Task_Flags *task_flags,
44 const double *A,
int lda,
51 void CORE_slag2d_quark(Quark *quark);
52 void CORE_dlag2s_quark(Quark *quark);