45 double *a_t = NULL, *c_t = NULL;
49 c, &ldc, work, &lwork, &info );
70 LAPACK_dgemlq( &side, &trans, &m, &n, &k, a, &lda_t, t, &tsize,
71 c, &ldc_t, work, &lwork, &info );
72 return (info < 0) ? (info - 1) : info;
93 LAPACK_dgemlq( &side, &trans, &m, &n, &k, a_t, &lda_t, t, &tsize,
94 c_t, &ldc_t, work, &lwork, &info );
void LAPACK_dgemlq(char const *side, char const *trans, lapack_int const *m, lapack_int const *n, lapack_int const *k, double const *A, lapack_int const *lda, double const *T, lapack_int const *tsize, double *C, lapack_int const *ldc, double *work, lapack_int const *lwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_dgemlq_work(int matrix_layout, char side, char trans, lapack_int m, lapack_int n, lapack_int k, const double *a, lapack_int lda, const double *t, lapack_int tsize, double *c, lapack_int ldc, double *work, lapack_int lwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int 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)