47 &ldvr, &mm, m, work, rwork, &info );
110 LAPACK_ctrevc( &side, &howmny, select, &
n, t_t, &ldt_t, vl_t, &ldvl_t,
111 vr_t, &ldvr_t, &mm, m, work, rwork, &info );
lapack_int LAPACKE_ctrevc_work(int matrix_layout, char side, char howmny, const lapack_logical *select, lapack_int n, lapack_complex_float *t, lapack_int ldt, lapack_complex_float *vl, lapack_int ldvl, lapack_complex_float *vr, lapack_int ldvr, lapack_int mm, lapack_int *m, lapack_complex_float *work, float *rwork)
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)