hpgvx
- void hpgvx(f_int itype, char jobz, char range, char uplo, f_int n, f_cfloat* ap, f_cfloat* bp, f_float* vl, f_float* vu, f_int il, f_int iu, f_float* abstol, f_int m, f_float* w, f_cfloat* z, f_int ldz, f_cfloat* work, f_float* rwork, f_int* iwork, f_int ifail, f_int info)
void
hpgvx
(,,,,,,,,,,,,,,,,,,,,) - void hpgvx(f_int itype, char jobz, char range, char uplo, f_int n, f_cdouble* ap, f_cdouble* bp, f_double* vl, f_double* vu, f_int il, f_int iu, f_double* abstol, f_int m, f_double* w, f_cdouble* z, f_int ldz, f_cdouble* work, f_double* rwork, f_int* iwork, f_int ifail, f_int info)
Computes selected eigenvalues, and optionally, the 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.