XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

void zhbgv (char jobz, char uplo, int n, int ka, int kb, int ldab, doublecomplex ab[], int ldbb, doublecomplex bb[], double w[], int ldz, doublecomplex z[], doublecomplex work[], double rwork[], int *info)
 (Simple driver) Generalized eigenvalue problem of Hermitian band matrices
 
void zhbgvd (char jobz, char uplo, int n, int ka, int kb, int ldab, doublecomplex ab[], int ldbb, doublecomplex bb[], double w[], int ldz, doublecomplex z[], doublecomplex work[], int lwork, double rwork[], int lrwork, int iwork[], int liwork, int *info)
 (Divide and conquer driver) Generalized eigenvalue problem of Hermitian band matrices
 
void zhbgvx (char jobz, char range, char uplo, int n, int ka, int kb, int ldab, doublecomplex ab[], int ldbb, doublecomplex bb[], int ldq, doublecomplex q[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, doublecomplex z[], doublecomplex work[], double rwork[], int iwork[], int ifail[], int *info)
 (Expert driver) Generalized eigenvalue problem of Hermitian band matrices
 
void zhegv (int itype, char jobz, char uplo, int n, int lda, doublecomplex a[], int ldb, doublecomplex b[], double w[], doublecomplex work[], int lwork, double rwork[], int *info)
 (Simple driver) Generalized eigenvalue problem of Hermitian matrices
 
void zhegvd (int itype, char jobz, char uplo, int n, int lda, doublecomplex a[], int ldb, doublecomplex b[], double w[], doublecomplex work[], int lwork, double rwork[], int lrwork, int iwork[], int liwork, int *info)
 (Divide and conquer driver) Generalized eigenvalue problem of Hermitian matrices
 
void zhegvx (int itype, char jobz, char range, char uplo, int n, int lda, doublecomplex a[], int ldb, doublecomplex b[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, doublecomplex z[], doublecomplex work[], int lwork, double rwork[], int iwork[], int ifail[], int *info)
 (Expert driver) Generalized eigenvalue problem of Hermitian matrices
 
void zhpgv (int itype, char jobz, char uplo, int n, doublecomplex ap[], doublecomplex bp[], double w[], int ldz, doublecomplex z[], doublecomplex work[], double rwork[], int *info)
 (Simple driver) Generalized eigenvalue problem of Hermitian matrices in packed form
 
void zhpgvd (int itype, char jobz, char uplo, int n, doublecomplex ap[], doublecomplex bp[], double w[], int ldz, doublecomplex z[], doublecomplex work[], int lwork, double rwork[], int lrwork, int iwork[], int liwork, int *info)
 (Divide and conquer driver) Generalized eigenvalue problem of Hermitian matrices in packed form
 
void zhpgvx (int itype, char jobz, char range, char uplo, int n, doublecomplex ap[], doublecomplex bp[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, doublecomplex z[], doublecomplex work[], double rwork[], int iwork[], int ifail[], int *info)
 (Expert driver) Generalized eigenvalue problem of Hermitian matrices in packed form
 

Detailed Description

This is the group of D4b3. Generalized eigenvalue problems (Hermitian matrices) (complex).