48 LAPACK_dstemr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, m, w, z,
49 &ldz, &nzc, isuppz, tryrac, work, &lwork, iwork, &liwork,
64 if( liwork == -1 || lwork == -1 ) {
65 LAPACK_dstemr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, m, w, z,
66 &ldz_t, &nzc, isuppz, tryrac, work, &lwork, iwork,
68 return (info < 0) ? (info - 1) : info;
79 LAPACK_dstemr( &jobz, &range, &n, d, e, &vl, &vu, &il, &iu, m, w, z_t,
80 &ldz_t, &nzc, isuppz, tryrac, work, &lwork, 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)
void LAPACK_dstemr(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, lapack_int *info)
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)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR