46 LAPACK_dsyevx( &jobz, &range, &uplo, &n, a, &lda, &vl, &vu, &il, &iu,
47 &abstol, m, w, z, &ldz, work, &lwork, iwork, ifail,
74 LAPACK_dsyevx( &jobz, &range, &uplo, &n, a, &lda_t, &vl, &vu, &il,
75 &iu, &abstol, m, w, z, &ldz_t, work, &lwork, iwork,
77 return (info < 0) ? (info - 1) : info;
96 LAPACK_dsyevx( &jobz, &range, &uplo, &n, a_t, &lda_t, &vl, &vu, &il,
97 &iu, &abstol, m, w, z_t, &ldz_t, work, &lwork, iwork,
void LAPACK_dsyevx(char const *jobz, char const *range, char const *uplo, lapack_int const *n, double *A, lapack_int const *lda, 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)