48 LAPACK_dtgsyl( &trans, &ijob, &m, &n, a, &lda, b, &ldb, c, &ldc, d,
49 &ldd, e, &
lde, f, &ldf, scale, dif, work, &lwork, iwork,
100 LAPACK_dtgsyl( &trans, &ijob, &m, &n, a, &lda_t, b, &ldb_t, c,
101 &ldc_t, d, &ldd_t, e, &lde_t, f, &ldf_t, scale, dif,
102 work, &lwork, iwork, &info );
103 return (info < 0) ? (info - 1) : info;
144 LAPACK_dtgsyl( &trans, &ijob, &m, &n, a_t, &lda_t, b_t, &ldb_t, c_t,
145 &ldc_t, d_t, &ldd_t, e_t, &lde_t, f_t, &ldf_t, scale,
146 dif, work, &lwork, iwork, &info );
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
logical function lde(RI, RJ, LR)
void LAPACK_dtgsyl(char *trans, lapack_int *ijob, lapack_int *m, lapack_int *n, const double *a, lapack_int *lda, const double *b, lapack_int *ldb, double *c, lapack_int *ldc, const double *d, lapack_int *ldd, const double *e, lapack_int *lde, double *f, lapack_int *ldf, double *scale, double *dif, 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