46 LAPACK_ctrsen( &job, &compq, select, &
n, t, &ldt, q, &ldq, w, m, s, sep,
47 work, &lwork, &info );
69 LAPACK_ctrsen( &job, &compq, select, &
n, t, &ldt_t, q, &ldq_t, w, m,
70 s, sep, work, &lwork, &info );
71 return (info < 0) ? (info - 1) : info;
95 LAPACK_ctrsen( &job, &compq, select, &
n, t_t, &ldt_t, q_t, &ldq_t, w, m,
96 s, sep, work, &lwork, &info );
lapack_int LAPACKE_ctrsen_work(int matrix_layout, char job, char compq, const lapack_logical *select, lapack_int n, lapack_complex_float *t, lapack_int ldt, lapack_complex_float *q, lapack_int ldq, lapack_complex_float *w, lapack_int *m, float *s, float *sep, lapack_complex_float *work, lapack_int lwork)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)