hpgvd

Computes all eigenvalues and eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage. If eigenvectors are desired, it uses a divide and conquer algorithm.

  1. void hpgvd(f_int itype, char jobz, char uplo, f_int n, f_cfloat* ap, f_cfloat* bp, f_float* w, f_cfloat* z, f_int ldz, f_cfloat* work, f_int lwork, f_float* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)
  2. void hpgvd(f_int itype, char jobz, char uplo, f_int n, f_cdouble* ap, f_cdouble* bp, f_double* w, f_cdouble* z, f_int ldz, f_cdouble* work, f_int lwork, f_double* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)

Meta