41 double* rconde,
double* rcondv,
double* work,
47 LAPACK_dgeevx( &balanc, &jobvl, &jobvr, &sense, &
n, a, &lda, wr, wi, vl,
48 &ldvl, vr, &ldvr, ilo, ihi, scale, abnrm, rconde, rcondv,
49 work, &lwork, iwork, &info );
79 wi, vl, &ldvl_t, vr, &ldvr_t, ilo, ihi, scale, abnrm,
80 rconde, rcondv, work, &lwork, iwork, &info );
81 return (info < 0) ? (info - 1) : info;
108 LAPACK_dgeevx( &balanc, &jobvl, &jobvr, &sense, &
n, a_t, &lda_t, wr, wi,
109 vl_t, &ldvl_t, vr_t, &ldvr_t, ilo, ihi, scale, abnrm,
110 rconde, rcondv, work, &lwork, iwork, &info );
lapack_int LAPACKE_dgeevx_work(int matrix_layout, char balanc, char jobvl, char jobvr, char sense, lapack_int n, double *a, lapack_int lda, double *wr, double *wi, double *vl, lapack_int ldvl, double *vr, lapack_int ldvr, lapack_int *ilo, lapack_int *ihi, double *scale, double *abnrm, double *rconde, double *rcondv, double *work, lapack_int lwork, lapack_int *iwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)