43 double* scale,
double* dif,
50 LAPACK_ztgsyl( &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_ztgsyl( &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 );
void LAPACKE_zge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
lapack_int LAPACKE_ztgsyl_work(int matrix_layout, char trans, lapack_int ijob, lapack_int m, lapack_int n, const lapack_complex_double *a, lapack_int lda, const lapack_complex_double *b, lapack_int ldb, lapack_complex_double *c, lapack_int ldc, const lapack_complex_double *d, lapack_int ldd, const lapack_complex_double *e, lapack_int lde, lapack_complex_double *f, lapack_int ldf, double *scale, double *dif, lapack_complex_double *work, lapack_int lwork, lapack_int *iwork)