Function chpgvx_
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.
extern(C) void chpgvx_
(
int* itype,
char* jobz,
char* range,
char* uplo,
int* n,
std .complex .Complex!(float)* ap,
std .complex .Complex!(float)* bp,
float* vl,
float* vu,
int* il,
int* iu,
float* abstol,
int* m,
float* w,
std .complex .Complex!(float)* z,
int* ldz,
std .complex .Complex!(float)* work,
float* rwork,
int* iwork,
int* ifail,
int* info,
int jobz_len,
int range_len,
int uplo_len
);