51 LAPACK_ztgsyl( &trans, &ijob, &m, &n, a, &lda, b, &ldb, c, &ldc, d,
52 &ldd, e, &
lde, f, &ldf, scale, dif, work, &lwork, iwork,
103 LAPACK_ztgsyl( &trans, &ijob, &m, &n, a, &lda_t, b, &ldb_t, c,
104 &ldc_t, d, &ldd_t, e, &lde_t, f, &ldf_t, scale, dif,
105 work, &lwork, iwork, &info );
106 return (info < 0) ? (info - 1) : info;
153 LAPACK_ztgsyl( &trans, &ijob, &m, &n, a_t, &lda_t, b_t, &ldb_t, c_t,
154 &ldc_t, d_t, &ldd_t, e_t, &lde_t, f_t, &ldf_t, scale,
155 dif, work, &lwork, iwork, &info );
#define lapack_complex_double
logical function lde(RI, RJ, LR)
void LAPACK_ztgsyl(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, lapack_int *info)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
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)