47 LAPACK_dstemr( &jobz, &range, &
n, d, e, &vl, &vu, &il, &iu, m, w, z,
48 &ldz, &nzc, isuppz, tryrac, work, &lwork, iwork, &liwork,
63 if( liwork == -1 || lwork == -1 ) {
64 LAPACK_dstemr( &jobz, &range, &
n, d, e, &vl, &vu, &il, &iu, m, w, z,
65 &ldz_t, &nzc, isuppz, tryrac, work, &lwork, iwork,
67 return (info < 0) ? (info - 1) : info;
78 LAPACK_dstemr( &jobz, &range, &
n, d, e, &vl, &vu, &il, &iu, m, w, z_t,
79 &ldz_t, &nzc, isuppz, tryrac, work, &lwork, iwork,
lapack_int LAPACKE_dstemr_work(int matrix_layout, char jobz, char range, lapack_int n, double *d, double *e, double vl, double vu, lapack_int il, lapack_int iu, lapack_int *m, double *w, double *z, lapack_int ldz, lapack_int nzc, lapack_int *isuppz, lapack_logical *tryrac, 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)