|
static void | xhegvd (const int itype, const char jobz, const char uplo, const int n, double *a, const int lda, const double *b, const int ldb, double *w, double *work, int lwork, double *rwork, int lrwork, int *iwork, int liwork, int &info) |
|
static void | xhegvd (const int itype, const char jobz, const char uplo, const int n, std::complex< float > *a, const int lda, const std::complex< float > *b, const int ldb, float *w, std::complex< float > *work, int lwork, float *rwork, int lrwork, int *iwork, int liwork, int &info) |
|
static void | xhegvd (const int itype, const char jobz, const char uplo, const int n, std::complex< double > *a, const int lda, const std::complex< double > *b, const int ldb, double *w, std::complex< double > *work, int lwork, double *rwork, int lrwork, int *iwork, int liwork, int &info) |
|
static void | xheevx (const int itype, const char jobz, const char range, const char uplo, const int n, double *a, const int lda, const double vl, const double vu, const int il, const int iu, const double abstol, const int m, double *w, double *z, const int ldz, double *work, const int lwork, double *rwork, int *iwork, int *ifail, int &info) |
|
static void | xheevx (const int itype, const char jobz, const char range, const char uplo, const int n, std::complex< float > *a, const int lda, const float vl, const float vu, const int il, const int iu, const float abstol, const int m, float *w, std::complex< float > *z, const int ldz, std::complex< float > *work, const int lwork, float *rwork, int *iwork, int *ifail, int &info) |
|
static void | xheevx (const int itype, const char jobz, const char range, const char uplo, const int n, std::complex< double > *a, const int lda, const double vl, const double vu, const int il, const int iu, const double abstol, const int m, double *w, std::complex< double > *z, const int ldz, std::complex< double > *work, const int lwork, double *rwork, int *iwork, int *ifail, int &info) |
|
static void | xhegvx (const int itype, const char jobz, const char range, const char uplo, const int n, std::complex< float > *a, const int lda, std::complex< float > *b, const int ldb, const float vl, const float vu, const int il, const int iu, const float abstol, const int m, float *w, std::complex< float > *z, const int ldz, std::complex< float > *work, const int lwork, float *rwork, int *iwork, int *ifail, int &info) |
|
static void | xhegvx (const int itype, const char jobz, const char range, const char uplo, const int n, std::complex< double > *a, const int lda, std::complex< double > *b, const int ldb, const double vl, const double vu, const int il, const int iu, const double abstol, const int m, double *w, std::complex< double > *z, const int ldz, std::complex< double > *work, const int lwork, double *rwork, int *iwork, int *ifail, int &info) |
|
static void | xhegvx (const int itype, const char jobz, const char range, const char uplo, const int n, double *a, const int lda, double *b, const int ldb, const double vl, const double vu, const int il, const int iu, const double abstol, const int m, double *w, double *z, const int ldz, double *work, const int lwork, double *rwork, int *iwork, int *ifail, int &info) |
|
static void | xhegv (const int itype, const char jobz, const char uplo, const int n, double *a, const int lda, double *b, const int ldb, double *w, double *work, int lwork, double *rwork, int &info) |
|
static void | xhegv (const int itype, const char jobz, const char uplo, const int n, std::complex< float > *a, const int lda, std::complex< float > *b, const int ldb, float *w, std::complex< float > *work, int lwork, float *rwork, int &info) |
|
static void | xhegv (const int itype, const char jobz, const char uplo, const int n, std::complex< double > *a, const int lda, std::complex< double > *b, const int ldb, double *w, std::complex< double > *work, int lwork, double *rwork, int &info) |
|