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