48 LAPACK_stgsyl( &trans, &ijob, &m, &n, a, &lda, b, &ldb, c, &ldc, d,
49 &ldd, e, &
lde, f, &ldf, scale, dif, work, &lwork, iwork,
100 LAPACK_stgsyl( &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_stgsyl( &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 );
logical function lde(RI, RJ, LR)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACK_stgsyl(char *trans, lapack_int *ijob, lapack_int *m, lapack_int *n, const float *a, lapack_int *lda, const float *b, lapack_int *ldb, float *c, lapack_int *ldc, const float *d, lapack_int *ldd, const float *e, lapack_int *lde, float *f, lapack_int *ldf, float *scale, float *dif, float *work, lapack_int *lwork, lapack_int *iwork, lapack_int *info)