47 LAPACK_ssygvx( &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_ssygvx( &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_ssygvx( &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_ssygvx(lapack_int const *itype, char const *jobz, char const *range, char const *uplo, lapack_int const *n, float *A, lapack_int const *lda, float *B, lapack_int const *ldb, float const *vl, float const *vu, lapack_int const *il, lapack_int const *iu, float const *abstol, lapack_int *m, float *W, float *Z, lapack_int const *ldz, float *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_ssy_trans(int matrix_layout, char uplo, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)