46 LAPACK_dtgexc( &wantq, &wantz, &
n, a, &lda, b, &ldb, q, &ldq, z, &ldz,
47 ifst, ilst, work, &lwork, &info );
83 LAPACK_dtgexc( &wantq, &wantz, &
n, a, &lda_t, b, &ldb_t, q, &ldq_t,
84 z, &ldz_t, ifst, ilst, work, &lwork, &info );
85 return (info < 0) ? (info - 1) : info;
123 &ldq_t, z_t, &ldz_t, ifst, ilst, work, &lwork, &info );
lapack_int LAPACKE_dtgexc_work(int matrix_layout, lapack_logical wantq, lapack_logical wantz, lapack_int n, double *a, lapack_int lda, double *b, lapack_int ldb, double *q, lapack_int ldq, double *z, lapack_int ldz, lapack_int *ifst, lapack_int *ilst, double *work, lapack_int lwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)