48 LAPACK_chsein( &job, &eigsrc, &initv, select, &
n, h, &ldh, w, vl, &ldvl,
49 vr, &ldvr, &mm, m, work, rwork, ifaill, ifailr, &info );
112 LAPACK_chsein( &job, &eigsrc, &initv, select, &
n, h_t, &ldh_t, w, vl_t,
113 &ldvl_t, vr_t, &ldvr_t, &mm, m, work, rwork, ifaill,
lapack_int LAPACKE_chsein_work(int matrix_layout, char job, char eigsrc, char initv, const lapack_logical *select, lapack_int n, const lapack_complex_float *h, lapack_int ldh, lapack_complex_float *w, 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, lapack_int *ifaill, lapack_int *ifailr)
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)