46 LAPACK_dtrsen( &job, &compq, select, &
n, t, &ldt, q, &ldq, wr, wi, m, s,
47 sep, work, &lwork, iwork, &liwork, &info );
76 if( liwork == -1 || lwork == -1 ) {
77 LAPACK_dtrsen( &job, &compq, select, &
n, t_t, &ldt_t, q, &ldq_t, wr,
78 wi, m, s, sep, work, &lwork, iwork, &liwork, &info );
80 return (info < 0) ? (info - 1) : info;
95 LAPACK_dtrsen( &job, &compq, select, &
n, t_t, &ldt_t, q_t, &ldq_t, wr,
96 wi, m, s, sep, work, &lwork, iwork, &liwork, &info );
lapack_int LAPACKE_dtrsen_work(int matrix_layout, char job, char compq, const lapack_logical *select, lapack_int n, double *t, lapack_int ldt, double *q, lapack_int ldq, double *wr, double *wi, lapack_int *m, double *s, double *sep, double *work, lapack_int lwork, lapack_int *iwork, lapack_int liwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)