37 char range,
char uplo,
lapack_int n,
double* a,
48 LAPACK_dsygvx( &itype, &jobz, &range, &uplo, &n, a, &lda, b, &ldb, &vl,
49 &vu, &il, &iu, &abstol, m, w, z, &ldz, work, &lwork,
50 iwork, ifail, &info );
82 LAPACK_dsygvx( &itype, &jobz, &range, &uplo, &n, a, &lda_t, b,
83 &ldb_t, &vl, &vu, &il, &iu, &abstol, m, w, z, &ldz_t,
84 work, &lwork, iwork, ifail, &info );
85 return (info < 0) ? (info - 1) : info;
110 LAPACK_dsygvx( &itype, &jobz, &range, &uplo, &n, a_t, &lda_t, b_t,
111 &ldb_t, &vl, &vu, &il, &iu, &abstol, m, w, z_t, &ldz_t,
112 work, &lwork, iwork, ifail, &info );
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_dsygvx(lapack_int *itype, char *jobz, char *range, char *uplo, lapack_int *n, double *a, lapack_int *lda, double *b, lapack_int *ldb, double *vl, double *vu, lapack_int *il, lapack_int *iu, double *abstol, lapack_int *m, double *w, double *z, lapack_int *ldz, double *work, lapack_int *lwork, lapack_int *iwork, lapack_int *ifail, lapack_int *info)
lapack_int LAPACKE_dsygvx_work(int matrix_layout, lapack_int itype, char jobz, char range, char uplo, lapack_int n, double *a, lapack_int lda, double *b, lapack_int ldb, double vl, double vu, lapack_int il, lapack_int iu, double abstol, lapack_int *m, double *w, double *z, lapack_int ldz, double *work, lapack_int lwork, lapack_int *iwork, lapack_int *ifail)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_dsy_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR