43 float* scale,
float* dif,
50 LAPACK_ctgsyl( &trans, &ijob, &m, &
n, a, &lda, b, &ldb, c, &ldc, d,
51 &ldd, e, &
lde, f, &ldf, scale, dif, work, &lwork, iwork,
103 &ldc_t, d, &ldd_t, e, &lde_t, f, &ldf_t, scale, dif,
104 work, &lwork, iwork, &info );
105 return (info < 0) ? (info - 1) : info;
152 LAPACK_ctgsyl( &trans, &ijob, &m, &
n, a_t, &lda_t, b_t, &ldb_t, c_t,
153 &ldc_t, d_t, &ldd_t, e_t, &lde_t, f_t, &ldf_t, scale,
154 dif, work, &lwork, iwork, &info );
lapack_int LAPACKE_ctgsyl_work(int matrix_layout, char trans, lapack_int ijob, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda, const lapack_complex_float *b, lapack_int ldb, lapack_complex_float *c, lapack_int ldc, const lapack_complex_float *d, lapack_int ldd, const lapack_complex_float *e, lapack_int lde, lapack_complex_float *f, lapack_int ldf, float *scale, float *dif, lapack_complex_float *work, lapack_int lwork, lapack_int *iwork)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)